~ruther/nixos-config

ff252c1dc32048f49b45a904671639e9e5968d5e — Rutherther 1 year, 5 months ago 5482ebe
feat: add printing
1 files changed, 8 insertions(+), 0 deletions(-)

M hosts/laptop/default.nix
M hosts/laptop/default.nix => hosts/laptop/default.nix +8 -0
@@ 80,6 80,14 @@
        tapping = true;
      };
    };

    printing = {
      enable = true;
      drivers = [
        pkgs.splix
        pkgs.samsung-unified-linux-driver
      ];
    };
  };

  networking.wireguard.interfaces = {

Do not follow this link