package updates
This commit is contained in:
parent
edb92986fc
commit
6e11c5aecb
3 changed files with 15 additions and 15 deletions
|
@ -210,15 +210,15 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
sane = {
|
# sane = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
extraBackends = [
|
# extraBackends = [
|
||||||
pkgs.hplipWithPlugin
|
# pkgs.hplipWithPlugin
|
||||||
pkgs.sane-airscan
|
# pkgs.sane-airscan
|
||||||
pkgs.epkowa
|
# pkgs.epkowa
|
||||||
pkgs.utsushi
|
# pkgs.utsushi
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
i2c.enable = true;
|
i2c.enable = true;
|
||||||
uinput.enable = true;
|
uinput.enable = true;
|
||||||
openrazer = {
|
openrazer = {
|
||||||
|
@ -308,8 +308,8 @@
|
||||||
pkgs.vial
|
pkgs.vial
|
||||||
pkgs.ddcutil
|
pkgs.ddcutil
|
||||||
pkgs.game-devices-udev-rules
|
pkgs.game-devices-udev-rules
|
||||||
pkgs.sane-airscan
|
# pkgs.sane-airscan
|
||||||
pkgs.utsushi
|
# pkgs.utsushi
|
||||||
|
|
||||||
(pkgs.writeTextFile {
|
(pkgs.writeTextFile {
|
||||||
name = "on-battery";
|
name = "on-battery";
|
||||||
|
|
|
@ -45,8 +45,8 @@
|
||||||
wmctrl
|
wmctrl
|
||||||
godot_4
|
godot_4
|
||||||
gdtoolkit_4
|
gdtoolkit_4
|
||||||
sane-airscan
|
# sane-airscan
|
||||||
xsane
|
# xsane
|
||||||
|
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
rawtherapee
|
rawtherapee
|
||||||
inkscape
|
inkscape
|
||||||
gimp
|
gimp
|
||||||
epsonscan2
|
# epsonscan2
|
||||||
kicad
|
kicad
|
||||||
turbocase
|
turbocase
|
||||||
openscad-unstable
|
openscad-unstable
|
||||||
|
|
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||||
version = "latest";
|
version = "latest";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://tal-software.com/downloads/plugins/TAL-J-8_64_linux.zip";
|
url = "https://tal-software.com/downloads/plugins/TAL-J-8_64_linux.zip";
|
||||||
sha256 = "sha256-L6idx2wmBAK6AG2NFt+H/+6yx9M67120mgneI/1nnn4=";
|
sha256 = "sha256-JoqlasMfgIR9q8hVIFbRZFk3MTXUBVKIs30H3MaPlNQ=";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ makeWrapper unzip autoPatchelfHook ];
|
nativeBuildInputs = [ makeWrapper unzip autoPatchelfHook ];
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue