summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-01-23 22:38:49 +0100
committeradikro <adikro@disroot.org>2026-01-23 22:38:49 +0100
commitb0bd96459ff81aaf1a4e768b1a6222cdd86026f9 (patch)
tree33abd880bf70b9e2a403380fbce220da98e44495 /hosts/desktop/configuration.nix
parentd2571482b4eb5660fd92727efb4e5254df06e45e (diff)
too much to remember
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix19
1 files changed, 8 insertions, 11 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index c43d4de..210ac08 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -50,15 +50,13 @@
network.enable = true;
security.enable = true;
ssh.enable = true;
- storage = {
- enable = true;
- cleanDates = "monthly";
- };
+ storage.enable = true;
users.enable = true;
};
srv = {
files = {
thunar.enable = true;
+ krusader.enable = true;
utils.enable = true;
};
gaming = {
@@ -66,12 +64,14 @@
steam.enable = true;
vr.enable = true;
};
- kvm.enable = true;
+ virtualization.enable = true;
nix-helper.enable = true;
ollama.enable = true;
- # bluetooth.enable = true;
kdeconnect.enable = true;
- # zzz.enable = true;
+ monero = {
+ enable = true;
+ # mining.enable = true;
+ };
};
wm = {
enable = true;
@@ -79,10 +79,7 @@
};
};
- environment.systemPackages = with pkgs; [
- krusader
- kdePackages.kio-extras
- ];
+ programs.nix-ld.enable = true;
xdg.terminal-exec = {
enable = true;