From 429c19a1e918a738364508971a4117943d6f648c Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sun, 26 Jan 2025 17:30:26 +0530 Subject: [PATCH] remove legacy tools --- hosts/default/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index b429608..3a423b9 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -1,7 +1,5 @@ { - config, pkgs, - lib, ... }: @@ -129,8 +127,6 @@ "flakes" ]; - system.autoUpgrade.enable = false; - system.switch = { enable = false; enableNg = true; @@ -156,7 +152,6 @@ }; environment.systemPackages = with pkgs; [ - aircrack-ng bat git helix @@ -170,7 +165,6 @@ picocom ripgrep sbctl - wifite2 wl-clipboard libnotify ];