{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

@ -69,6 +69,7 @@
ssh.enable = true; ssh.enable = true;
btop.enable = true; btop.enable = true;
nh.enable = true; nh.enable = true;
thunar.enable = true;
}; };
}; };
system.stateVersion = "23.11"; system.stateVersion = "23.11";

View file

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