tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
fix: incorrect home.profileDirectory
nel.pet
8 months ago
09deb37e
8cda0522
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
+3
1 changed file
expand all
collapse all
unified
split
modules
home
nix.nix
+3
modules/home/nix.nix
···
31
31
};
32
32
}) inputs'
33
33
);
34
34
+
35
35
+
nix.package = pkgs.nix;
36
36
+
nix.settings.use-xdg-base-directories = true;
34
37
}