Add initial legacy configuration
This commit is contained in:
parent
febfe1d970
commit
db07652d99
64 changed files with 3287 additions and 13 deletions
17
nixos-modules/printing/default.nix
Normal file
17
nixos-modules/printing/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
#services.printing = {
|
||||
# enable = true;
|
||||
# drivers = with pkgs; [
|
||||
# gutenprint
|
||||
# hplip
|
||||
# splix
|
||||
# ];
|
||||
#};
|
||||
|
||||
#services.system-config-printer.enable = true;
|
||||
#programs.system-config-printer.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue