This commit is contained in:
foglar 2024-11-14 21:00:36 +01:00
parent 8b755657c6
commit 2c9c5e4c32
2 changed files with 7 additions and 1 deletions

View File

@ -81,6 +81,11 @@
];
ensureDefaultPrinter = "HP_psc_1200_series";
};
#Printing
hardware.sane.enable = true;
services.ipp-usb.enable=true;
hardware.sane.extraBackends = [ pkgs.hplipWithPlugin ];
# Set your time zone.
time.timeZone = "Europe/Prague";
@ -254,7 +259,7 @@
users.users.foglar = {
isNormalUser = true;
description = "foglar";
extraGroups = ["networkmanager" "wheel"];
extraGroups = ["networkmanager" "wheel" "lp" "scanner"];
packages = with pkgs; [
# thunderbird
];

View File

@ -13,6 +13,7 @@
vitetris
steam
heroic
gamescope
wine
(writeShellScriptBin "nvidia-offload" ''