This commit is contained in:
Bryan Ramos 2023-06-20 16:50:00 -04:00
parent fbe95d7f52
commit eef2fe7b5e
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ in
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
spotify discord showmethekey spotify webcord showmethekey
wineWowPackages.waylandFull lutris wineWowPackages.waylandFull lutris
]; ];
}; };

View file

@ -59,6 +59,8 @@
execWheelOnly = true; execWheelOnly = true;
}; };
programs.steam.enable = true;
# System Services # System Services
services = { services = {
trezord.enable = true; trezord.enable = true;
@ -112,6 +114,4 @@
PasswordAuthentication = false; PasswordAuthentication = false;
}; };
}; };
programs.steam.enable = true;
} }