From 681b76f6044978d9fca68202f6f85d3c4f5a8477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 6 May 2024 12:42:11 +0200 Subject: nixos: tweak and remove some packages no longer used and add few --- nixos/modules/desktop.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nixos/modules/desktop.nix') diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index f6cfba5..0c8f287 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -275,14 +275,6 @@ in { davfs2.enable = true; locate.enable = true; - snapper.configs = { - home = { - SUBVOLUME = "/home"; - ALLOW_GROUPS = ["users"]; - TIMELINE_CREATE = true; - TIMELINE_CLEANUP = true; - }; - }; }; # Beneficial for Pipewire -- cgit v1.2.3