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

6
flake.lock generated
View file

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1718714799, "lastModified": 1722813957,
"narHash": "sha256-FUZpz9rg3gL8NVPKbqU8ei1VkPLsTIfAJ2fdAf5qjak=", "narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c00d587b1a1afbf200b1d8f0b0e4ba9deb1c7f0e", "rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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