This commit is contained in:
parent
c68574b745
commit
2e5899b22e
|
@ -48,7 +48,11 @@ in
|
|||
nix = {
|
||||
package = lib.mkDefault pkgs.nix; # NixOS module sets it unconditionally
|
||||
|
||||
# FIXME: waiting on https://github.com/nix-community/home-manager/pull/3876
|
||||
settings = {
|
||||
# I like XDG-compliance
|
||||
use-xdg-base-directories = true;
|
||||
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -54,7 +54,12 @@ in
|
|||
nix = {
|
||||
package = pkgs.nix;
|
||||
|
||||
# FIXME: waiting on https://github.com/NixOS/nixpkgs/pull/146515
|
||||
# FIXME: look at https://github.com/SuperSandro2000/nixos-modules/blob/master/modules/nix.nix
|
||||
settings = {
|
||||
# I like XDG-compliance
|
||||
use-xdg-base-directories = true;
|
||||
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue