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? - }