From 5ee18139f301e602b3a1cb2136a78b6355a718cb Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Sun, 2 Jun 2024 12:13:15 +0200 Subject: [PATCH] Laptop changes --- hosts/laptop/default.nix | 1 + hosts/laptop/home.nix | 1 + 2 files changed, 2 insertions(+) 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";