Added: Some Games
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user