This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-01-13 19:59:04 +01:00
parent 3652cdfca9
commit 9c98199ee3
6 changed files with 21 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
./system-modules/nvidia.nix
./system-modules/ollama.nix
./system-modules/qmk.nix
./system-modules/scanning.nix
./system-modules/sops.nix
./system-modules/sound.nix
./system-modules/sshd.nix

View File

@@ -47,6 +47,7 @@
"VirtualBox Machine" = ""
"VirtualBox Manager" = ""
"VSCodium" = "󰨞"
"Xsane" = "󰈈"
"zathura" = "󰈦"
"zoom" = "󰬡"
'';

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
xsane
];
}

View File

@@ -47,6 +47,7 @@
./home-modules/programming/python.nix
./home-modules/qt.nix
./home-modules/rofi.nix
./home-modules/scanning.nix
./home-modules/sent.nix
./home-modules/sops.nix
./home-modules/ssh.nix

View File

@@ -0,0 +1,10 @@
{ ... }:
{
hardware.sane = {
enable = true;
};
services.avahi = {
enable = true;
nssmdns = true;
};
}

View File

@@ -11,6 +11,8 @@
"wheel"
"audio"
"video"
"lp"
"scanner"
"docker"
"libvirtd"
"uinput"