finding hyprland.conf error

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