Compare commits

..

No commits in common. "58fe1775b1bfee5321524a418f839351cf1dba2f" and "88a50f89058bf75c850f27795e29ab5bc77e7aba" have entirely different histories.

2 changed files with 0 additions and 29 deletions

View file

@ -63,7 +63,6 @@ in {
discord
feh
ffmpeg
firefox
gimp-with-plugins
imagemagick
mpv

View file

@ -104,34 +104,6 @@
programs.foot.enable = true;
my.displayManager.gdm.enable = true;
services.displayManager = {
autoLogin = {
enable = true;
user = "games";
};
defaultSession = "gnome";
};
services.desktopManager.gnome.enable = true;
services.power-profiles-daemon.enable = true;
programs.gamescope = {
enable = true;
};
environment.systemPackages = [
pkgs.gamescope-wsi
pkgs.wineWowPackages.stable
pkgs.bottles
pkgs.lutris
];
users.users.games = {
hashedPassword = "$y$j9T$jOursEp6BvOSgyhtU0fca0$xAh.iLgoiDTswHVlAbvtHg4jOHXZuWhl55kSqlD.daA";
isNormalUser = true;
extraGroups = [
"media"
"networkmanager"
"video" # for `light` permissions
];
shell = pkgs.fish;
};
}