c'est le bordel un peu

This commit is contained in:
Amaury JOLY
2026-06-07 17:10:46 +02:00
parent b4f7205dce
commit 33ec89cd08
18 changed files with 731 additions and 42 deletions

View File

@@ -1,6 +1,7 @@
{
lib,
customConfig,
pkgs,
...
}: let
username = customConfig.username;
@@ -26,6 +27,6 @@ in {
home.stateVersion = "24.05";
xdg.enable = true;
xdg.configFile = lib.mapAttrs' mkConfigEntry dotconfigEntries;
# xdg.configFile = lib.mapAttrs' mkConfigEntry dotconfigEntries;
};
}