make nix use xdg-standard
This commit is contained in:
parent
f5f76fdb0e
commit
7167c10484
2 changed files with 7 additions and 6 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -174,11 +174,11 @@
|
|||
},
|
||||
"nixpkgs-stable_2": {
|
||||
"locked": {
|
||||
"lastModified": 1712437997,
|
||||
"narHash": "sha256-g0whLLwRvgO2FsyhY8fNk+TWenS3jg5UdlWL4uqgFeo=",
|
||||
"lastModified": 1713042715,
|
||||
"narHash": "sha256-RifMwYuKu5v6x6O65msKDTqKkQ9crGwOB7yr20qMEuE=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "e38d7cb66ea4f7a0eb6681920615dfcc30fc2920",
|
||||
"rev": "c27f3b6d8e29346af16eecc0e9d54b1071eae27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -205,11 +205,11 @@
|
|||
"nixpkgs-stable": "nixpkgs-stable_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1712617241,
|
||||
"narHash": "sha256-a4hbls4vlLRMciv62YrYT/Xs/3Cubce8WFHPUDWwzf8=",
|
||||
"lastModified": 1713066950,
|
||||
"narHash": "sha256-ZaefFyvt5369XdjzSw43NhfbPM9MN5b9YXhzx4lFIRc=",
|
||||
"owner": "Mic92",
|
||||
"repo": "sops-nix",
|
||||
"rev": "538c114cfdf1f0458f507087b1dcf018ce1c0c4c",
|
||||
"rev": "226062b47fe0e2130ba3ee9f4f1c880dc815cf87",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
"\${HOME}/prog/scripts"
|
||||
];
|
||||
};
|
||||
nix.settings.use-xdg-base-directories = true;
|
||||
|
||||
users.groups = {
|
||||
wheel = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue