update flake inputs
also adapt dustbowl config to new nixpkgs
This commit is contained in:
parent
07527902a2
commit
419ad60de2
2 changed files with 6 additions and 9 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue