update flake inputs; dustbowl: adapt to new nixos
This commit is contained in:
parent
234c7df716
commit
b09886dbb3
2 changed files with 19 additions and 9 deletions
|
|
@ -220,7 +220,7 @@
|
|||
wl-mirror
|
||||
|
||||
# GUI software
|
||||
emacs29-pgtk
|
||||
emacs30-pgtk
|
||||
firefox
|
||||
thunderbird
|
||||
mpv
|
||||
|
|
@ -308,11 +308,12 @@
|
|||
# services.printing.enable = true;
|
||||
# services.printing.drivers = [ pkgs.hplipWithPlugin ];
|
||||
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
brscan4.enable = true;
|
||||
extraBackends = [ pkgs.hplipWithPlugin pkgs.sane-airscan ];
|
||||
};
|
||||
# TODO download failed with 403
|
||||
# hardware.sane = {
|
||||
# enable = true;
|
||||
# brscan4.enable = true;
|
||||
# extraBackends = [ pkgs.hplipWithPlugin pkgs.sane-airscan ];
|
||||
# };
|
||||
|
||||
hardware.rtl-sdr.enable = true;
|
||||
|
||||
|
|
@ -393,6 +394,15 @@
|
|||
support32Bit = true;
|
||||
};
|
||||
pulse.enable = true;
|
||||
package = pkgs.pipewire.overrideAttrs (finalAttrs: prevAttrs: {
|
||||
src = pkgs.fetchFromGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "pipewire";
|
||||
repo = "pipewire";
|
||||
rev = "1.2.7";
|
||||
sha256 = "sha256-TV+2nz44a742bUfGnWt7zJAnO15eED5kAwyAgE5CQZ0=";
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
# Sway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue