update flake inputs

also adapt dustbowl config to new nixpkgs
This commit is contained in:
joachimschmidt557 2024-08-08 12:43:23 +02:00
parent 07527902a2
commit 419ad60de2
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 6 additions and 9 deletions

View file

@ -191,7 +191,7 @@
bind.dnsutils
gdb
intel-gpu-tools
config.boot.kernelPackages.perf
# config.boot.kernelPackages.perf # FIXME broken on this nixpkgs version
fd
ripgrep
jq
@ -213,7 +213,7 @@
mpd
# GTK theme
gnome.adwaita-icon-theme
adwaita-icon-theme
# Wayland utilities
grim
@ -376,9 +376,6 @@
};
};
# Enable sound.
sound.enable = true;
# Bluetooth
hardware.bluetooth = {
enable = true;
@ -394,7 +391,7 @@
security.rtkit.enable = true;
# Video acceleration
hardware.opengl.extraPackages = with pkgs; [
hardware.graphics.extraPackages = with pkgs; [
vaapiIntel
intel-compute-runtime
];