Added: Some Games

This commit is contained in:
DerGrumpf 2025-03-26 16:16:42 +01:00
parent f79a08571a
commit 2e5e7ab499
4 changed files with 13 additions and 2 deletions

View File

@ -17,5 +17,7 @@
enable = true;
profiles.${username} = {};
};
thunderbird.enable = true;
};
}

View File

@ -5,8 +5,6 @@
...
}: {
home.packages = with pkgs; [
# docker
docker-compose
];

10
home/programs/games.nix Normal file
View File

@ -0,0 +1,10 @@
{
pkgs,
config,
username,
...
}: {
programs = {
xonotic.enable = true;
};
}

View File

@ -9,6 +9,7 @@
../../home/core.nix
../../home/hyprland
../../home/programs/games.nix
../../home/programs
];