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
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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