all repos — nixfiles @ abbcd9e2cf3bcfced11d34878b82dc49f16bfd38

System and user configuration, managed by nix and home-manager

avoid nix warnings about restricted configuration

Alan Pearce
commit

abbcd9e2cf3bcfced11d34878b82dc49f16bfd38

parent

3dbc5b4e8d07207a1d02f10624f882165fceeda3

1 file changed, 0 insertions(+), 1 deletion(-)

changed files
M user/settings/base.nixuser/settings/base.nix
@@ -12,7 +12,6 @@
# Let Home Manager install and manage itself. programs.home-manager.enable = true; home.preferXdgDirectories = true; - nix.settings.use-xdg-base-directories = true; home.shell = { enableShellIntegration = false; };