Added: Some Games
This commit is contained in:
parent
f79a08571a
commit
2e5e7ab499
@ -17,5 +17,7 @@
|
||||
enable = true;
|
||||
profiles.${username} = {};
|
||||
};
|
||||
|
||||
thunderbird.enable = true;
|
||||
};
|
||||
}
|
||||
|
@ -5,8 +5,6 @@
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
# docker
|
||||
docker-compose
|
||||
|
||||
];
|
||||
|
||||
|
10
home/programs/games.nix
Normal file
10
home/programs/games.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
username,
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
xonotic.enable = true;
|
||||
};
|
||||
}
|
@ -9,6 +9,7 @@
|
||||
../../home/core.nix
|
||||
|
||||
../../home/hyprland
|
||||
../../home/programs/games.nix
|
||||
../../home/programs
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user