From 3a9755739b49e8867082cc90ed450e8724ba8bf8 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 5 Mar 2023 00:23:27 -0500 Subject: [PATCH] updated moms-laptop --- flake.nix | 2 +- systems/{mom-laptop => moms-laptop}/default.nix | 0 systems/{mom-laptop => moms-laptop}/printing.nix | 4 +--- 3 files changed, 2 insertions(+), 4 deletions(-) rename systems/{mom-laptop => moms-laptop}/default.nix (100%) rename systems/{mom-laptop => moms-laptop}/printing.nix (66%) diff --git a/flake.nix b/flake.nix index 89f7d46..72a4d95 100644 --- a/flake.nix +++ b/flake.nix @@ -88,7 +88,7 @@ }; modules = [ (import ./modules inputs) - (import ./systems/mom-laptop inputs) + (import ./systems/moms-laptop inputs) ]; }; notbuntu = unstable.lib.nixosSystem { diff --git a/systems/mom-laptop/default.nix b/systems/moms-laptop/default.nix similarity index 100% rename from systems/mom-laptop/default.nix rename to systems/moms-laptop/default.nix diff --git a/systems/mom-laptop/printing.nix b/systems/moms-laptop/printing.nix similarity index 66% rename from systems/mom-laptop/printing.nix rename to systems/moms-laptop/printing.nix index ae97db5..1ca90dd 100644 --- a/systems/mom-laptop/printing.nix +++ b/systems/moms-laptop/printing.nix @@ -13,10 +13,8 @@ _: { hardware.sane = { enable = true; extraBackends = [pkgs.hplipWithPlugin]; - #run this to setup gimp plugin - #ln -s /run/current-system/sw/bin/xsane ~/.config/GIMP/2.10/plug-ins/xsane - systemd.tmpfiles.rules = ["L /home/jo/.config/GIMP/2.10/plug-ins/xsane - - - - /run/current-system/sw/bin/xsane"]; }; + systemd.tmpfiles.rules = ["L /home/jo/.config/GIMP/2.10/plug-ins/xsane - - - - /run/current-system/sw/bin/xsane"]; services = { printing = { enable = true;