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