changed monitor pos

This commit is contained in:
kenji
2025-12-12 19:36:25 -06:00
parent 6be0a483e8
commit a02fd32ee2
3 changed files with 3 additions and 6 deletions
-3
View File
@@ -20,7 +20,6 @@ in {
settings = lib.mkIf cfg.settings.hyprland.useNixForConf (
lib.mkMerge [
# These imports must be functions that return an attribute set.
(import ./hyprland/hypr/keybinds.nix)
(import ./hyprland/hypr/general.nix)
(import ./hyprland/hypr/exec.nix)
@@ -46,7 +45,6 @@ in {
"zoom.sh"
];
in
# 1. Map the individual scripts with executable = true
(
lib.genAttrs
(map (name: ".config/hypr/hyprland/scripts/${name}") scripts)
@@ -55,7 +53,6 @@ in {
executable = true;
})
)
# 2. Add the 'ai' directory separately (cannot use executable=true on dirs)
// {
".config/hypr/hyprland/scripts/ai".source = "${scriptDir}/ai";
}