upstream changes
This commit is contained in:
parent
ad55b6a4f9
commit
7614ac5d73
3 changed files with 4 additions and 4 deletions
|
|
@ -166,7 +166,7 @@ in {
|
||||||
lsb-release
|
lsb-release
|
||||||
lsof
|
lsof
|
||||||
nix-bash-completions
|
nix-bash-completions
|
||||||
nixfmt
|
nixfmt-classic
|
||||||
pkg-config
|
pkg-config
|
||||||
podman
|
podman
|
||||||
poppler_utils
|
poppler_utils
|
||||||
|
|
|
||||||
|
|
@ -165,7 +165,7 @@ in {
|
||||||
lsb-release
|
lsb-release
|
||||||
lsof
|
lsof
|
||||||
nix-bash-completions
|
nix-bash-completions
|
||||||
nixfmt
|
nixfmt-classic
|
||||||
pkg-config
|
pkg-config
|
||||||
podman
|
podman
|
||||||
poppler_utils
|
poppler_utils
|
||||||
|
|
|
||||||
|
|
@ -136,6 +136,7 @@ in {
|
||||||
pulse = { enable = true; };
|
pulse = { enable = true; };
|
||||||
};
|
};
|
||||||
printing = { enable = true; };
|
printing = { enable = true; };
|
||||||
|
pulseaudio = { enable = false; };
|
||||||
tailscale = { enable = true; };
|
tailscale = { enable = true; };
|
||||||
udev = {
|
udev = {
|
||||||
extraRules = ''
|
extraRules = ''
|
||||||
|
|
@ -146,7 +147,6 @@ in {
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
bluetooth = { enable = true; };
|
bluetooth = { enable = true; };
|
||||||
pulseaudio = { enable = false; };
|
|
||||||
sane = {
|
sane = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraBackends = [ pkgs.sane-airscan ];
|
extraBackends = [ pkgs.sane-airscan ];
|
||||||
|
|
@ -242,7 +242,7 @@ in {
|
||||||
lsof
|
lsof
|
||||||
nix-bash-completions
|
nix-bash-completions
|
||||||
nixd
|
nixd
|
||||||
nixfmt
|
nixfmt-classic
|
||||||
pkg-config
|
pkg-config
|
||||||
playerctl
|
playerctl
|
||||||
poppler_utils
|
poppler_utils
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue