added more environment etc

This commit is contained in:
lsoriano-mcm
2025-08-09 12:24:30 -05:00
parent 71b67cc772
commit 2327596517
9 changed files with 18 additions and 75 deletions
+18 -2
View File
@@ -44,9 +44,25 @@ in {
environment.etc."skel/.config/matugen" = {
source = "../../../.config/matugen";
};
environment.etc."skel/.config/fuzzel" = {
source = "../../../.config/fuzzel";
environment.etc."skel/.config/foot" = {
source = "../../../.config/foot";
};
environment.etc."skel/.config/kitty" = {
source = "../../../.config/kitty";
};
environment.etc."skel/.config/qt5ct" = {
source = "../../../.config/qt5ct";
};
environment.etc."skel/.config/qt6ct" = {
source = "../../../.config/qt6ct";
};
environment.etc."skel/.config/wlogout" = {
source = "../../../.config/wlogout";
};
environment.etc."skel/.config/Kvantum" = {
source = "../../../.config/Kvantum";
};
environment.systemPackages = with pkgs;
# --- Illogical Impulse Audio Dependencies ---
[
View File