Compare commits

..

No commits in common. "0136475c721226c55b65b8fab71673761b1b20e2" and "2d2bdcf955550de14e5611e163bc48e9f5c66219" have entirely different histories.

2 changed files with 15 additions and 2 deletions

View file

@ -1,6 +1,19 @@
{
{pkgs, ...}: {
services.printing = {
enable = true;
webInterface = true;
cups-pdf.enable = true;
drivers = [
pkgs.gutenprint
pkgs.gutenprintBin
pkgs.hplip
pkgs.hplipWithPlugin
pkgs.postscript-lexmark
pkgs.samsung-unified-linux-driver
pkgs.splix
pkgs.brlaser
pkgs.brgenml1lpr
pkgs.cnijfilter2
];
};
}

View file

@ -1,5 +1,5 @@
{pkgs, ...}: let
puter = pkgs.writeShellApplication {
puter = pkgs.writeShellScriptBin {
name = "puter";
runtimeInputs = [
pkgs.nixos-rebuild