add printer stuff
This commit is contained in:
30
evince/print-settings
Normal file
30
evince/print-settings
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
[Print Settings]
|
||||||
|
cups-ColorModel=RGB
|
||||||
|
evince-print-setting-page-autorotate=true
|
||||||
|
cups-OutputBin=FaceUp
|
||||||
|
media-type=Stationery
|
||||||
|
cups-MediaType=Stationery
|
||||||
|
cups-job-priority=50
|
||||||
|
cups-number-up=1
|
||||||
|
evince-print-setting-page-size=false
|
||||||
|
cover-before=none
|
||||||
|
evince-print-setting-page-scale=1
|
||||||
|
cups-print-scaling=auto
|
||||||
|
print-at-time=
|
||||||
|
output-bin=FaceUp
|
||||||
|
cover-after=none
|
||||||
|
print-at=now
|
||||||
|
printer=EPSON_L3270_Series
|
||||||
|
cups-cupsPrintQuality=Normal
|
||||||
|
cups-job-sheets=none,none
|
||||||
|
|
||||||
|
[Page Setup]
|
||||||
|
PPDName=A4
|
||||||
|
DisplayName=A4
|
||||||
|
Width=210
|
||||||
|
Height=297
|
||||||
|
MarginTop=3.0000106811523435
|
||||||
|
MarginBottom=2.9999999152289494
|
||||||
|
MarginLeft=2.9999999152289494
|
||||||
|
MarginRight=2.9999891493055553
|
||||||
|
Orientation=portrait
|
||||||
@@ -63,6 +63,8 @@
|
|||||||
gnome-text-editor
|
gnome-text-editor
|
||||||
gnome-calculator
|
gnome-calculator
|
||||||
obsidian
|
obsidian
|
||||||
|
simple-scan
|
||||||
|
system-config-printer
|
||||||
|
|
||||||
# Development tools
|
# Development tools
|
||||||
neovim
|
neovim
|
||||||
|
|||||||
@@ -191,7 +191,7 @@
|
|||||||
users.users.lusia = {
|
users.users.lusia = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Lukrecja";
|
description = "Lukrecja";
|
||||||
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" ];
|
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" "scanner" "lp" ];
|
||||||
initialPassword = "pass";
|
initialPassword = "pass";
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
@@ -279,6 +279,13 @@
|
|||||||
# Enable Bluetooth (but it will be blocked by default to save power)
|
# Enable Bluetooth (but it will be blocked by default to save power)
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.bluetooth.powerOnBoot = false; # Don't power on bluetooth at boot
|
hardware.bluetooth.powerOnBoot = false; # Don't power on bluetooth at boot
|
||||||
|
|
||||||
|
hardware.sane.enable = true;
|
||||||
|
|
||||||
|
# Configure epsonds for network scanning
|
||||||
|
environment.etc."sane.d/epsonds.conf".text = ''
|
||||||
|
net EPSOND80395.local
|
||||||
|
'';
|
||||||
|
|
||||||
# Enable OpenTabletDriver
|
# Enable OpenTabletDriver
|
||||||
hardware.opentabletdriver.enable = true;
|
hardware.opentabletdriver.enable = true;
|
||||||
|
|||||||
8
simple-scan/state
Normal file
8
simple-scan/state
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[window]
|
||||||
|
width=712
|
||||||
|
height=858
|
||||||
|
is-maximized=false
|
||||||
|
is-fullscreen=false
|
||||||
|
|
||||||
|
[scanner]
|
||||||
|
scan-type=single
|
||||||
Reference in New Issue
Block a user