nixos: add system-config-printer support

This commit is contained in:
Aly Raffauf 2024-07-02 17:54:12 -04:00
parent 1a99f1ecc2
commit 112c5aa92e
2 changed files with 4 additions and 0 deletions

View file

@ -94,6 +94,8 @@
};
printing.enable = true;
system-config-printer.enable = true;
};
};
}

View file

@ -31,6 +31,8 @@
nerdfonts
];
programs.system-config-printer.enable = true;
services = {
gnome.gnome-keyring.enable = true;
gvfs.enable = true; # Mount, trash, etc.