From da911bfdb2453fb8d0db8faee5d5280da9ca3191 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 7 Oct 2023 06:48:35 -0300 Subject: etc/nix/configuration.nix: Remove extra packages and unused configuration --- etc/nix/configuration.nix | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'etc/nix') diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 1618089..05bda69 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -106,28 +106,12 @@ systemPackages = with pkgs; [ xmobar i3lock - - slack - zoom-us - kubernetes - tektoncd-cli - aws-iam-authenticator - yubikey-manager - org-euandre.td - chromium - globalprotect-openconnect - awscli2 - arduino - arduino-cli intel-gpu-tools # for intel_gpu_top(1) - babashka ]; }; nixpkgs = { config = { - android_sdk.accept_license = true; - allowUnfree = true; packageOverrids = pkgs: { vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; }; }; @@ -155,14 +139,7 @@ redshift.enable = true; acpid.enable = true; fstrim.enable = true; - - fprintd = { - enable = true; - tod = { - enable = true; - driver = pkgs.libfprint-2-tod1-goodix; - }; - }; + fprintd.enable = true; geoclue2 = { enable = true; -- cgit v1.2.3