diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index bced051..21dd9ea 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -14,6 +14,7 @@ # ../../modules/system/utils/fprint.nix ../../modules/system/utils/garbage-collection.nix ../../modules/system/utils/locale.nix + ../../modules/system/utils/printing.nix ]; nix.settings = { diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 520575a..4f5293c 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -27,6 +27,7 @@ unstable.arduino-ide moonlight-qt unstable.prismlauncher + unstable.joplin-desktop ]; home.stateVersion = "23.11";