feat: add dark theme, add some programs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user