diff options
author | EuAndreh <eu@euandre.org> | 2023-10-07 06:48:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-10-07 06:51:06 -0300 |
commit | da911bfdb2453fb8d0db8faee5d5280da9ca3191 (patch) | |
tree | d151f26beaf9021bb193a7e5290e002b51a5891d | |
parent | etc/guix/home.scm: Remove `work-packages` variable (diff) | |
download | dotfiles-da911bfdb2453fb8d0db8faee5d5280da9ca3191.tar.gz dotfiles-da911bfdb2453fb8d0db8faee5d5280da9ca3191.tar.xz |
etc/nix/configuration.nix: Remove extra packages and unused configuration
-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; |