remove some pixellated wallpapers, add docker to dev layer

This commit is contained in:
jackjohn7 2026-03-30 19:40:55 -05:00
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

View file

@ -17,6 +17,10 @@
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
}; };
# enable Docker
virtualisation.docker = {
enable = true;
};
# make ZSH shut up about zshrc # make ZSH shut up about zshrc
hjem.users.${config.username}.files.".zshrc".text = ""; hjem.users.${config.username}.files.".zshrc".text = "";
programs.zsh = { programs.zsh = {