diff options
Diffstat (limited to 'etc/nix/configuration.nix')
-rw-r--r-- | etc/nix/configuration.nix | 25 |
1 files changed, 1 insertions, 24 deletions
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; |