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;