mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Rename shared nix files to common
This commit is contained in:
parent
4f826e8370
commit
8ca09698b9
4 changed files with 2 additions and 2 deletions
13
users/common-home.nix
Normal file
13
users/common-home.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, self, ... }:
|
||||
{
|
||||
imports = [ self.homeManagerModules.default ];
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
userDirs = {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
extraConfig.XDG_SCREENSHOTS_DIR = "${config.xdg.userDirs.pictures}/Screenshots";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue