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;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user