add some aux programs

This commit is contained in:
2024-04-15 18:00:53 +02:00
parent 330eea98d1
commit b45ef040d1
4 changed files with 22 additions and 6 deletions

View File

@@ -16,6 +16,8 @@
../../modules/services/docker.nix
../../modules/desktop/dm
../../modules/desktop/de
../../modules/chat
../../modules/games
];
desktop.dm.name = "sddm";
desktop.dm.autologin = "jonas";
@@ -32,7 +34,6 @@
isNormalUser = true;
description = "Jonas";
extraGroups = [ "networkmanager" "wheel" "docker"];
packages = with pkgs; [ ];
};
users.defaultUserShell = pkgs.zsh;
@@ -117,4 +118,7 @@
# touchpad
services.xserver.libinput.touchpad.naturalScrolling = true;
# steam
programs.steam.enable = true;
}