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;