This commit is contained in:
Daniel Langbein 2023-08-28 12:54:31 +02:00
parent ce8f8050b6
commit 8b9ed21554

View File

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