mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
creating printing.nix
I dont always need printing enable. this will allows me to quickly add the printing setting when i do
This commit is contained in:
7
common/optional/printing.nix
Normal file
7
common/optional/printing.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = with pkgs; [ gutenprint hplip ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user