extract xdg-dirs

This commit is contained in:
Leonardo Eugênio 2023-06-06 10:04:14 -03:00
parent 2649edfb47
commit f8e4e5344e
4 changed files with 28 additions and 21 deletions

View file

@ -33,6 +33,7 @@
./sway
./gnome.nix
./thunar.nix
./xdg-dirs.nix
inputs.hyprland.homeManagerModules.default
inputs.nix-index-database.hmModules.nix-index
];
@ -162,25 +163,6 @@
startInBackground = true;
};
xdg.userDirs =
let
HOME = config.home.homeDirectory;
in
{
enable = true;
createDirectories = true;
desktop = "${HOME}/Área de trabalho";
documents = "${HOME}/Documentos";
download = "${HOME}/Downloads";
music = "${HOME}/Música";
pictures = "${HOME}/Imagens";
publicShare = "${HOME}/Público";
templates = "${HOME}/Modelos";
videos = "${HOME}/Vídeos";
};
services.kdeconnect = {
enable = true;
indicator = true;