added stuff
This commit is contained in:
parent
e8d9044d2b
commit
9d0ebdfbd0
907 changed files with 70990 additions and 0 deletions
18
nyx/homes/notashelf/programs/graphical/wms/sway/default.nix
Normal file
18
nyx/homes/notashelf/programs/graphical/wms/sway/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
osConfig,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
|
||||
env = osConfig.modules.usrEnv;
|
||||
in {
|
||||
imports = [./config.nix];
|
||||
config = mkIf env.desktops.sway.enable {
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
package = pkgs.swayfx;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue