forked from Shinonome/dots-hyprland
moved wayland again
This commit is contained in:
@@ -7,12 +7,6 @@
|
||||
}: let
|
||||
cfg = config.programs.illogical-impulse;
|
||||
in {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
|
||||
imports = [
|
||||
../options.nix
|
||||
./hyprland/default.nix
|
||||
@@ -22,6 +16,11 @@ in {
|
||||
# ];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
# imports = lib.optionals cfg.settings.hyprland.useNixForConf [
|
||||
# ./hyprland/hypr/keybinds.nix
|
||||
# ./hyprland/hypr/execs.nix
|
||||
|
||||
Reference in New Issue
Block a user