t14: añade symlink de xdg

This commit is contained in:
Fabian Montero 2023-03-22 21:35:09 -06:00
parent 4138c9fe52
commit 9f15454680

View file

@ -41,6 +41,11 @@ with lib;
programs.home-manager.enable = true;
xdg = {
enable = true;
configFile."nixpkgs".source = mkOutOfStoreSymlink config.nix.registry."system".to.path;
};
local = {
apps.enable = mkDefault (!config.home.isolation.active);