updates
This commit is contained in:
parent
432ed2287c
commit
8643c8b23a
5 changed files with 50 additions and 30 deletions
|
@ -58,7 +58,7 @@
|
|||
];
|
||||
substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
"https://cache.garnix.io"
|
||||
# "https://cache.garnix.io"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
|
@ -150,7 +150,7 @@
|
|||
# glfw-wayland
|
||||
# openssl
|
||||
appimage-run
|
||||
xwayland-satellite
|
||||
inputs.xwayland-satellite.xwayland-satellite
|
||||
xwayland-run
|
||||
cifs-utils
|
||||
# samba
|
||||
|
@ -221,6 +221,15 @@
|
|||
};
|
||||
|
||||
hardware = {
|
||||
sane = {
|
||||
enable = true;
|
||||
extraBackends = [
|
||||
pkgs.hplipWithPlugin
|
||||
pkgs.sane-airscan
|
||||
pkgs.epkowa
|
||||
pkgs.utsushi
|
||||
];
|
||||
};
|
||||
i2c.enable = true;
|
||||
uinput.enable = true;
|
||||
openrazer = {
|
||||
|
@ -311,6 +320,8 @@
|
|||
pkgs.vial
|
||||
pkgs.ddcutil
|
||||
pkgs.game-devices-udev-rules
|
||||
pkgs.sane-airscan
|
||||
pkgs.utsushi
|
||||
|
||||
(pkgs.writeTextFile {
|
||||
name = "on-battery";
|
||||
|
@ -564,7 +575,7 @@
|
|||
libressl.out
|
||||
libudev-zero.out
|
||||
mesa.out
|
||||
gtk4.out
|
||||
# gtk4.out
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
glib
|
||||
|
@ -650,6 +661,8 @@
|
|||
"openrazer"
|
||||
"plugdev"
|
||||
"i2c-dev"
|
||||
"scanner"
|
||||
"lp"
|
||||
];
|
||||
packages = with pkgs; [
|
||||
git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue