added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
19
nyx/homes/notashelf/packages/gui/wayland.nix
Normal file
19
nyx/homes/notashelf/packages/gui/wayland.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
osConfig,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
|
||||
env = osConfig.modules.usrEnv;
|
||||
sys = osConfig.modules.system;
|
||||
prg = sys.programs;
|
||||
in {
|
||||
config = mkIf (prg.gui.enable && (sys.video.enable && env.isWayland)) {
|
||||
home.packages = with pkgs; [
|
||||
wlogout
|
||||
swappy
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue