remove some pixellated wallpapers, add docker to dev layer
This commit is contained in:
parent
c987882b7d
commit
9e5d663ed5
3 changed files with 4 additions and 0 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 238 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 242 KiB |
|
|
@ -17,6 +17,10 @@
|
|||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
# enable Docker
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
};
|
||||
# make ZSH shut up about zshrc
|
||||
hjem.users.${config.username}.files.".zshrc".text = "";
|
||||
programs.zsh = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue