wip
This commit is contained in:
parent
9be8a82a29
commit
912c91d60e
3 changed files with 51 additions and 1 deletions
|
|
@ -55,7 +55,8 @@
|
|||
};
|
||||
environments = lib.mkOption {
|
||||
default = [
|
||||
inputs.hyprland.packages.${config.conf.system}.hyprland
|
||||
(lib.mkIf config.mods.hypr.hyprland.enable inputs.hyprland.packages.${config.conf.system}.hyprland)
|
||||
(lib.mkIf config.mods.niri.enable pkgs.niri)
|
||||
];
|
||||
# no idea if these are written correctly
|
||||
example = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue