qenya: don't depend on nixos modules defined here
fixes build issue in randomcat's repo
This commit is contained in:
parent
8823cd9b36
commit
21fa41876a
3 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
let
|
||||
inherit (lib) optionals;
|
||||
isGraphical = osConfig.services.xserver.enable;
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
|
@ -12,7 +13,7 @@ in
|
|||
fortune
|
||||
cowsay
|
||||
lolcat
|
||||
] ++ optionals osConfig.qenya.base-graphical.enable [
|
||||
] ++ optionals isGraphical [
|
||||
bitwarden
|
||||
discord
|
||||
feishin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue