solve warnings

Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-05-28 11:50:53 +02:00
parent 4322ca33db
commit fd7c23055f
5 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
pipes
cmatrix
fastfetch
inputs.usbguard-tui.packages.${system}.default
inputs.usbguard-tui.packages.${pkgs-stable.stdenv.hostPlatform.system}.default
];
}
+1
View File
@@ -1,6 +1,7 @@
{config, ...}: {
xdg.userDirs = {
enable = true;
setSessionVariables = true;
createDirectories = true;
desktop = "${config.home.homeDirectory}/Desktop";
download = "${config.home.homeDirectory}/Downloads";