From 65aba3cb3ccd12954645fa0998b3aacf5b9ff137 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 13 Jan 2025 17:54:43 -0500 Subject: [PATCH] More touch stuff --- home-manager/machines/crash/home.nix | 5 +++++ nixos/machines/crash/configuration.nix | 1 + 2 files changed, 6 insertions(+) diff --git a/home-manager/machines/crash/home.nix b/home-manager/machines/crash/home.nix index a1a3b1d..29852ad 100644 --- a/home-manager/machines/crash/home.nix +++ b/home-manager/machines/crash/home.nix @@ -59,6 +59,11 @@ Service.ExecStart = lib.mkForce "${pkgs.syncthingtray}/bin/syncthingtray --wait"; }; }; + + home.packages = with pkgs; [ + # Stylus note taking + xournalpp + ]; } ) ]; diff --git a/nixos/machines/crash/configuration.nix b/nixos/machines/crash/configuration.nix index c1a0e76..84f4fb7 100644 --- a/nixos/machines/crash/configuration.nix +++ b/nixos/machines/crash/configuration.nix @@ -154,6 +154,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + # Touch stuff libinput maliit-keyboard dconf-editor