openscad & kitty
enable nvim openscad and switch to kitty
This commit is contained in:
@@ -1,7 +1,19 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.printing.drivers = [ pkgs.epson-escpr ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
gutenprint
|
||||
];
|
||||
|
||||
services.printing = {
|
||||
enable = true;
|
||||
listenAddresses = [ "*:631" ];
|
||||
allowFrom = [ "all" ];
|
||||
browsing = true;
|
||||
defaultShared = true;
|
||||
openFirewall = true;
|
||||
drivers = [ pkgs.epson-escpr ];
|
||||
};
|
||||
hardware.printers = {
|
||||
ensurePrinters = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user