forked from Shinonome/dots-hyprland
changed monitor pos
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user