extract xdg-dirs
This commit is contained in:
parent
2649edfb47
commit
f8e4e5344e
4 changed files with 28 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue