···75 };
76 };
77000000000000078 # Define a user account. Don't forget to set a password with ‘passwd’.
79 users.users.demsem = {
80 isNormalUser = true;
···96 git
97 vim
98 wget
99- firefox
100 google-chrome
0101 python313
102 neovim
103 cargo
···110 libreoffice-qt
111 hunspell
112 hunspellDicts.en_US
00113 ];
114115 # Some programs need SUID wrappers, can be configured further or are
···75 };
76 };
7778+ services.printing.enable = true;
79+ # services.printing.stateless is a thing you can do...
80+ hardware.printers = {
81+ ensurePrinters = [
82+ {
83+ name = "RamPrint";
84+ description = "WCU RamPrint";
85+ deviceUri = "https://wcuprintp01.wcupa.net:9164/printers/RamPrint";
86+ model = "drv:///sample.drv/generic.ppd";
87+ }
88+ ];
89+ };
90+91 # Define a user account. Don't forget to set a password with ‘passwd’.
92 users.users.demsem = {
93 isNormalUser = true;
···109 git
110 vim
111 wget
0112 google-chrome
113+ firefox
114 python313
115 neovim
116 cargo
···123 libreoffice-qt
124 hunspell
125 hunspellDicts.en_US
126+ typst
127+ dirb
128 ];
129130 # Some programs need SUID wrappers, can be configured further or are