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