From 8b9ed215546be5ad5618b73223b3efc2c3deebbf Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 28 Aug 2023 12:54:31 +0200 Subject: [PATCH] add apps --- yodaTab/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yodaTab/configuration.nix b/yodaTab/configuration.nix index ae4b60f..dd6a57e 100644 --- a/yodaTab/configuration.nix +++ b/yodaTab/configuration.nix @@ -100,8 +100,10 @@ # Nix dependency management niv - # CLI Apps + # CLI apps git + gnumake # make + wget # CCC Weather Workshop # @@ -122,6 +124,8 @@ nextcloud-client # Nextcloud sync client joplin-desktop # Markdown notes rnote # Handwritten notes + xournalpp # Handwritte notes + anki-bin # Flashcards signal-desktop # Signal client element-desktop # Matrix client jetbrains.idea-ultimate # IDE @@ -191,5 +195,4 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "23.05"; # Did you read the comment? - }