Migrate to snowfall lib
This commit is contained in:
6
modules/home/wayland/hyprland/default.nix
Executable file
6
modules/home/wayland/hyprland/default.nix
Executable file
@ -0,0 +1,6 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
imports = [ ./config.nix ];
|
||||
config = lib.mkIf (config.homecfg.wm == "Wayland") {
|
||||
wayland.windowManager.hyprland = { enable = true; };
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user