This commit is contained in:
christoph.hollizeck 2024-03-26 19:23:10 +01:00 committed by Christoph Hollizeck
parent eb46317121
commit 08f6189869
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
6 changed files with 23 additions and 27 deletions

View file

@ -10,7 +10,7 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages = [
environment.systemPackages = with pkgs; [
neofetch
fd

View file

@ -11,9 +11,9 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
prismlauncher
];
prismlauncher
];
wyrdgard = {
apps = {
steam = enabled;