diff --git a/flake.lock b/flake.lock index ba9023f..bd79922 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1718714799, - "narHash": "sha256-FUZpz9rg3gL8NVPKbqU8ei1VkPLsTIfAJ2fdAf5qjak=", + "lastModified": 1722813957, + "narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c00d587b1a1afbf200b1d8f0b0e4ba9deb1c7f0e", + "rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa", "type": "github" }, "original": { diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 924d2fe..67460ec 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -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 ];