mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:46:11 +01:00
11 lines
148 B
Nix
11 lines
148 B
Nix
{ pkgs, ... }:
|
|
{
|
|
services.printing = {
|
|
enable = true;
|
|
drivers = with pkgs; [
|
|
samsung-unified-linux-driver
|
|
splix
|
|
];
|
|
};
|
|
}
|