update + xdg

This commit is contained in:
joy 2025-01-12 14:05:12 +01:00
parent a7caf6f9a7
commit 8414284354
3 changed files with 11 additions and 7 deletions

View file

@ -381,11 +381,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1736344531,
"narHash": "sha256-8YVQ9ZbSfuUk2bUf2KRj60NRraLPKPS0Q4QFTbc+c2c=",
"lastModified": 1736523798,
"narHash": "sha256-Xb8mke6UCYjge9kPR9o4P1nVrhk7QBbKv3xQ9cj7h2s=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "bffc22eb12172e6db3c5dde9e3e5628f8e3e7912",
"rev": "130595eba61081acde9001f43de3248d8888ac4a",
"type": "github"
},
"original": {
@ -429,11 +429,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1736200483,
"narHash": "sha256-JO+lFN2HsCwSLMUWXHeOad6QUxOuwe9UOAF/iSl1J4I=",
"lastModified": 1736549401,
"narHash": "sha256-ibkQrMHxF/7TqAYcQE+tOnIsSEzXmMegzyBWza6uHKM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3f0a8ac25fb674611b98089ca3a5dd6480175751",
"rev": "1dab772dd4a68a7bba5d9460685547ff8e17d899",
"type": "github"
},
"original": {

View file

@ -167,7 +167,7 @@
};
home.file.".config/swappy/config".text = ''
[Default]
save_dir=$HOME/media/pics/screen
save_dir=$HOME/media/pictures/screen
'';
};
};

View file

@ -13,6 +13,10 @@
enable = true;
download = "/home/${username}/dl";
desktop = "/home/${username}/dl";
documents = "/home/${username}/doc";
music = "/home/${username}/media/music";
pictures = "/home/${username}/media/pictures";
videos = "/home/${username}/media/videos";
};
};
};