diff --git a/hosts/sarien/hardware-conf.nix b/hosts/sarien/hardware-conf.nix index 0d39959..de5c70b 100644 --- a/hosts/sarien/hardware-conf.nix +++ b/hosts/sarien/hardware-conf.nix @@ -1,10 +1,7 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. { config, lib, - # pkgs, + pkgs, modulesPath, ... }: { @@ -73,6 +70,15 @@ services.upower.enable = true; powerManagement.powertop.enable = true; + hardware.graphics = { + enable = true; + extraPackages = with pkgs; [ + intel-media-driver + vaapiIntel + vpl-gpu-rt + ]; + }; + services.udev.extraHwdb = '' evdev:input:b0011v0001p0001eAB83* KEYBOARD_KEY_d5=sysrq diff --git a/modules/home/programs/shell/fish.nix b/modules/home/programs/shell/fish.nix index 7ec55ec..53f58e1 100644 --- a/modules/home/programs/shell/fish.nix +++ b/modules/home/programs/shell/fish.nix @@ -23,6 +23,8 @@ in { zoxide.enable = true; direnv.enable = true; nix-your-shell.enable = true; + keychain.enable = true; + keychain.extraFlags = ["--quiet" "--noask"]; fish = { enable = true; shellAliases = {