feat: add dark theme, add some programs

This commit is contained in:
2025-12-10 19:18:49 +01:00
parent 4790d8131c
commit 9cc83f84b0
2 changed files with 26 additions and 0 deletions

View File

@@ -120,6 +120,10 @@
enableSSHSupport = true;
};
# enable steam on this machine
nixpkgs.config.allowUnfree = true;
programs.steam.enable = true;
# enable the OpenSSH daemon
services.openssh.enable = true;