forked from Bun/nixos-config
Allowothers enabled on Nix systems
This commit is contained in:
parent
88933b9ce2
commit
fca8a0e7e4
4 changed files with 25 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = "${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}/dirs/Projects/nixos-config";
|
||||
flake = "${config.xdg.userDirs.extraConfig.XDG_PROJECTS_DIR}/nixos-config";
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue