Move zeroad package
This commit is contained in:
parent
0259ea44f0
commit
278b9eaea1
3 changed files with 8 additions and 1 deletions
|
@ -130,7 +130,6 @@
|
|||
xcape
|
||||
xsel
|
||||
yt-dlp
|
||||
zeroad
|
||||
zoom-us
|
||||
];
|
||||
}
|
||||
|
|
7
modules2/games/zeroad.nix
Normal file
7
modules2/games/zeroad.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
flake.modules.homeManager.gui =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ zeroad ];
|
||||
};
|
||||
}
|
|
@ -26,6 +26,7 @@
|
|||
)
|
||||
|
||||
config.flake.modules.homeManager.base
|
||||
config.flake.modules.homeManager.gui
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue