Add games directory
This commit is contained in:
14
applications/games.nix
Normal file
14
applications/games.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
profile = import ./profile.nix;
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
lincity-ng
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user