finding hyprland.conf error

This commit is contained in:
2026-03-15 12:06:30 +00:00
parent e9710d4aab
commit af6cfedacd
+1 -1
View File
@@ -38,11 +38,11 @@ in
}; };
} }
// hyprlandConfs; // hyprlandConfs;
};
# Manually copy files using a shell command # Manually copy files using a shell command
system.activationScripts.copyHyprlandFiles = '' system.activationScripts.copyHyprlandFiles = ''
mkdir -p ~/.config/hypr/ mkdir -p ~/.config/hypr/
cp ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/ cp ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/
''; '';
};
} }