Skip to content

Commit 00bc4ba

Browse files
Enable cups with university printer
1 parent 4068cdc commit 00bc4ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

system/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@
118118
pulse.enable = true;
119119
};
120120

121+
printing = {
122+
enable = true;
123+
drivers = [ pkgs.cups-toshiba-estudio ];
124+
};
125+
121126
xserver = {
122127
enable = true;
123128
displayManager.startx.enable = true;

0 commit comments

Comments
 (0)