Compare commits
2 Commits
98b7c99023
...
1184cad61a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1184cad61a | ||
|
|
3ff6815ab0 |
@@ -15,6 +15,10 @@ let
|
|||||||
# Files to explicitly exclude (handled elsewhere or not intended for ~/.config/)
|
# Files to explicitly exclude (handled elsewhere or not intended for ~/.config/)
|
||||||
excludedFiles = [
|
excludedFiles = [
|
||||||
"nomarchy.ttf"
|
"nomarchy.ttf"
|
||||||
|
"waybar"
|
||||||
|
"walker"
|
||||||
|
"alacritty"
|
||||||
|
"swayosd"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Get all unique names from both sources
|
# Get all unique names from both sources
|
||||||
@@ -38,5 +42,14 @@ let
|
|||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
xdg.configFile = builtins.listToAttrs (map makeMapping validEntries);
|
xdg.configFile = (builtins.listToAttrs (map makeMapping validEntries)) // {
|
||||||
|
"nomarchy" = {
|
||||||
|
source = ../../config/nomarchy;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
"hypr" = {
|
||||||
|
source = ../../config/hypr;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
source = ~/.config/hypr/hyprland.conf
|
source = ~/.config/hypr/nomarchy.conf
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user