Compare commits

...

2 commits

Author SHA1 Message Date
767dac0b77
# Enable Docker 2026-02-09 18:51:48 +02:00
4c466cc644
# Use fastfetch instead of neofetch 2026-02-09 18:50:01 +02:00
2 changed files with 3 additions and 1 deletions

View file

@ -81,6 +81,8 @@
}; };
}; };
virtualisation.docker.enable = true;
services = { services = {
openssh = { openssh = {
enable = true; enable = true;

View file

@ -5,7 +5,7 @@
home.homeDirectory = "/home/wekuz"; home.homeDirectory = "/home/wekuz";
home.packages = with pkgs; [ home.packages = with pkgs; [
neofetch fastfetch
# Utilities # Utilities
neovim neovim