feat(home-manager): enable xdg user dirs in template
This commit is contained in:
parent
1cabb64b8a
commit
b2fde7c5c2
1 changed files with 5 additions and 0 deletions
|
|
@ -89,6 +89,11 @@
|
|||
|
||||
];
|
||||
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
# you can change the default terminal and editor here
|
||||
TERMINAL = "${pkgs.ptyxis}/bin/ptyxis";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue