From 4b41ce640c5eddcb50904331e03aac5460caa144 Mon Sep 17 00:00:00 2001 From: adikro Date: Fri, 13 Feb 2026 19:07:38 +0100 Subject: laptop update --- hosts/laptop/configuration.nix | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'hosts/laptop/configuration.nix') diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index a6c6b56..df4ba29 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -32,14 +32,8 @@ }; locale.enable = true; memory = { - zram = { - enable = true; - percent = 25; - }; - swapfile = { - enable = true; - size = 8; - }; + zram.enable = true; + swapfile.enable = true; }; network.enable = true; power = { @@ -53,16 +47,11 @@ }; srv = { bluetooth.enable = true; - files = { - thunar.enable = true; - utils.enable = true; - }; - gaming = { - enable = true; - steam.enable = true; - }; + files.enable = true; + gaming.enable = true; nix-helper.enable = true; kdeconnect.enable = true; + sops.enable = true; }; wm = { enable = true; -- cgit v1.3