forked from Shinonome/dots-hyprland
moved wayland again
This commit is contained in:
@@ -7,12 +7,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 = [
|
imports = [
|
||||||
../options.nix
|
../options.nix
|
||||||
./hyprland/default.nix
|
./hyprland/default.nix
|
||||||
@@ -22,6 +16,11 @@ in {
|
|||||||
# ];
|
# ];
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
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 [
|
||||||
# ./hyprland/hypr/keybinds.nix
|
# ./hyprland/hypr/keybinds.nix
|
||||||
# ./hyprland/hypr/execs.nix
|
# ./hyprland/hypr/execs.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user