From b881c964c1f827285ef47a005d584274acd8a481 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Fri, 25 Feb 2022 22:21:56 +0100 Subject: [PATCH] surface: Install rnote --- hosts/mashu.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/mashu.nix b/hosts/mashu.nix index 8d5434e..5019aaf 100644 --- a/hosts/mashu.nix +++ b/hosts/mashu.nix @@ -23,6 +23,10 @@ programs.phosh.enable = true; + environment.systemPackages = with pkgs; [ + rnote + ]; + ptw = { programs = { mpv.enable = true;