forked from Shinonome/dots-hyprland
a
This commit is contained in:
@@ -12,7 +12,7 @@ in {
|
||||
systemd.enable = true;
|
||||
};
|
||||
|
||||
imports = [
|
||||
imports = lib.optionals cfg.settings.hyprland.useNixForConf [
|
||||
./hypr/keybinds.nix
|
||||
./hypr/execs.nix
|
||||
./hypr/rules.nix
|
||||
@@ -22,18 +22,14 @@ in {
|
||||
./hypridle.nix
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".config/hypr/scripts" = {
|
||||
source = builtins.path {
|
||||
path = ../../.config/hypr/hyprland/scripts;
|
||||
executable = true;
|
||||
config = lib.mkIf cfg.settings.hyprland.useNixForConf {
|
||||
home.file = {
|
||||
".config/hypr/scripts" = {
|
||||
source = builtins.path {
|
||||
path = ../../.config/hypr/hyprland/scripts;
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# wayland.windowManager.hyprland = {
|
||||
# enable = true;
|
||||
# xwayland.enable = true;
|
||||
# systemd.enable = true;
|
||||
# };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user