From c9658639b3d0ab2996cad6ef54ffaab23a24f8a5 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Wed, 18 Feb 2026 09:05:22 +0100 Subject: [PATCH] Removed nh --- commit_text | 3 +-- configuration.nix | 7 ------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/commit_text b/commit_text index 8631bd1..f6fe88a 100644 --- a/commit_text +++ b/commit_text @@ -1,2 +1 @@ -Updated flake and switched back to unstable nixpkgs branch -Replaced wineWowPackages with wineWow64Packages +Removed nh diff --git a/configuration.nix b/configuration.nix index 21f085a..9237210 100644 --- a/configuration.nix +++ b/configuration.nix @@ -121,13 +121,6 @@ in ]; nix.settings.auto-optimise-store = true; - programs.nh = { - enable = true; - clean.enable = true; - clean.extraArgs = "--keep-since 7d --keep 5"; - flake = "/home/esvagy/nixos"; - }; - # Bootloader. boot.loader.systemd-boot.enable = false; boot.loader.grub.enable = true;