update packages + some tweaks

This commit is contained in:
Reid 2026-04-18 18:41:55 -07:00
parent 527378ad95
commit edfb60dd12
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
26 changed files with 304 additions and 319 deletions

View file

@ -5,6 +5,7 @@
hm.xdg.userDirs = rec {
enable = true;
createDirectories = true;
setSessionVariables = true;
desktop = "$HOME/desktop";
documents = "$HOME/documents";
@ -16,6 +17,7 @@
videos = "$HOME/videos";
extraConfig = {
recordings = "${videos}/recordings";
screenshots = "${pictures}/screenshots";
};
};