printing
This commit is contained in:
parent
8b755657c6
commit
2c9c5e4c32
@ -81,6 +81,11 @@
|
|||||||
];
|
];
|
||||||
ensureDefaultPrinter = "HP_psc_1200_series";
|
ensureDefaultPrinter = "HP_psc_1200_series";
|
||||||
};
|
};
|
||||||
|
#Printing
|
||||||
|
hardware.sane.enable = true;
|
||||||
|
services.ipp-usb.enable=true;
|
||||||
|
hardware.sane.extraBackends = [ pkgs.hplipWithPlugin ];
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Prague";
|
time.timeZone = "Europe/Prague";
|
||||||
|
|
||||||
@ -254,7 +259,7 @@
|
|||||||
users.users.foglar = {
|
users.users.foglar = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "foglar";
|
description = "foglar";
|
||||||
extraGroups = ["networkmanager" "wheel"];
|
extraGroups = ["networkmanager" "wheel" "lp" "scanner"];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# thunderbird
|
# thunderbird
|
||||||
];
|
];
|
||||||
|
|||||||
@ -13,6 +13,7 @@
|
|||||||
vitetris
|
vitetris
|
||||||
steam
|
steam
|
||||||
heroic
|
heroic
|
||||||
|
gamescope
|
||||||
wine
|
wine
|
||||||
|
|
||||||
(writeShellScriptBin "nvidia-offload" ''
|
(writeShellScriptBin "nvidia-offload" ''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user