Wed Mar 5 14:30:42 EET 2025

This commit is contained in:
unexplrd
2025-03-05 16:30:49 +02:00
parent a0bc023158
commit 37f0fc43b1
2 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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 = {