Housekeeping

This commit is contained in:
SebastianStork 2025-06-04 21:55:01 +02:00
parent 393be96558
commit f47534c8f3
9 changed files with 11 additions and 11 deletions

View file

@ -1,15 +1,13 @@
{ self, ... }:
{ config, self, ... }:
{
imports = [ self.homeManagerModules.default ];
systemd.user.startServices = "sd-switch";
xdg = {
enable = true;
userDirs = {
enable = true;
createDirectories = true;
extraConfig.XDG_SCREENSHOTS_DIR = "$HOME/Pictures/Screenshots";
extraConfig.XDG_SCREENSHOTS_DIR = "${config.xdg.userDirs.pictures}/Screenshots";
};
};
}