t14: añade symlink de xdg
This commit is contained in:
parent
4138c9fe52
commit
9f15454680
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue