{temperance, hermit}/configuration.nix: enable thunar

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit 7ccea14afb
2 changed files with 2 additions and 0 deletions

View file

@ -91,6 +91,7 @@ in {
ssh.enable = true;
btop.enable = true;
nh.enable = true;
thunar.enable = true;
};
};
}