From 6d40ae8b25ca8e420ed96b7be0cb08eaf129beec Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 14 Sep 2023 14:43:49 +0200 Subject: [PATCH] refactor --- modules/programs.nix | 88 ++++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/modules/programs.nix b/modules/programs.nix index 12b24ba..d01086b 100644 --- a/modules/programs.nix +++ b/modules/programs.nix @@ -16,53 +16,53 @@ ]); users.users.yoda = { - packages = with pkgs; [ - # CLI apps - gnumake # make - wget - htop - killall + packages = with pkgs; [ + # CLI apps + gnumake # make + wget + htop + killall - # CCC Weather Workshop - # - # TODO: rdwd from Git, the packaged version is too old - # - # TODO: move to nix shell of weather Git repository - # (think of it as a docker container for the weather project: I don't need this elsewhere) - # https://github.com/nix-community/nix-direnv - # - unzip - (rWrapper.override{ packages = with rPackages; [ lubridate rdwd zoo ]; }) + # CCC Weather Workshop + # + # TODO: rdwd from Git, the packaged version is too old + # + # TODO: move to nix shell of weather Git repository + # (think of it as a docker container for the weather project: I don't need this elsewhere) + # https://github.com/nix-community/nix-direnv + # + unzip + (rWrapper.override{ packages = with rPackages; [ lubridate rdwd zoo ]; }) - # Graphical Apps - gnome.gnome-tweaks - gnome.dconf-editor - tor-browser-bundle-bin # Tor web browser - keepassxc # Password manager - freetube # YouTube client - veracrypt # Encrypted filesystem - joplin-desktop # Markdown notes - rnote # Handwritten notes - xournalpp # Handwritte notes - # For spellcheck, see here: https://nixos.wiki/wiki/LibreOffice#Spellcheck - libreoffice-fresh # Office suite - anki-bin # Flashcards - signal-desktop # Signal client - jetbrains.idea-ultimate # IDE - libsForQt5.ghostwriter # Markdown editor - transmission-gtk # BitTorrent client - meld # Diff and merge tool - handbrake # Rip DVD and Blu-ray; rotate and export videos + # Graphical Apps + gnome.gnome-tweaks + gnome.dconf-editor + tor-browser-bundle-bin # Tor web browser + keepassxc # Password manager + freetube # YouTube client + veracrypt # Encrypted filesystem + joplin-desktop # Markdown notes + rnote # Handwritten notes + xournalpp # Handwritte notes + # For spellcheck, see here: https://nixos.wiki/wiki/LibreOffice#Spellcheck + libreoffice-fresh # Office suite + anki-bin # Flashcards + signal-desktop # Signal client + jetbrains.idea-ultimate # IDE + libsForQt5.ghostwriter # Markdown editor + transmission-gtk # BitTorrent client + meld # Diff and merge tool + handbrake # Rip DVD and Blu-ray; rotate and export videos - # Matrix clients - element-desktop - #fluffychat - # Web version: https://app.cinny.in/ - #cinny-desktop - # E2E encryption is not yet implemented: https://gitlab.gnome.org/GNOME/fractal/-/issues/717 - #fractal - #nheko - ]; + # Matrix clients + element-desktop + #fluffychat + # Web version: https://app.cinny.in/ + #cinny-desktop + # E2E encryption is not yet implemented: https://gitlab.gnome.org/GNOME/fractal/-/issues/717 + #fractal + #nheko + ]; }; # There is a community project providing declarative Flatpak app installations: