refactor: rename Hyprland entrypoint to nomarchy.conf and finalize config sourcing
This commit is contained in:
@@ -38,5 +38,14 @@ let
|
||||
|
||||
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 = ''
|
||||
source = ~/.config/hypr/hyprland.conf
|
||||
source = ~/.config/hypr/nomarchy.conf
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user