mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor
This commit is contained in:
parent
3d679ae263
commit
6d40ae8b25
@ -16,53 +16,53 @@
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
users.users.yoda = {
|
users.users.yoda = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# CLI apps
|
# CLI apps
|
||||||
gnumake # make
|
gnumake # make
|
||||||
wget
|
wget
|
||||||
htop
|
htop
|
||||||
killall
|
killall
|
||||||
|
|
||||||
# CCC Weather Workshop
|
# CCC Weather Workshop
|
||||||
#
|
#
|
||||||
# TODO: rdwd from Git, the packaged version is too old
|
# TODO: rdwd from Git, the packaged version is too old
|
||||||
#
|
#
|
||||||
# TODO: move to nix shell of weather Git repository
|
# 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)
|
# (think of it as a docker container for the weather project: I don't need this elsewhere)
|
||||||
# https://github.com/nix-community/nix-direnv
|
# https://github.com/nix-community/nix-direnv
|
||||||
#
|
#
|
||||||
unzip
|
unzip
|
||||||
(rWrapper.override{ packages = with rPackages; [ lubridate rdwd zoo ]; })
|
(rWrapper.override{ packages = with rPackages; [ lubridate rdwd zoo ]; })
|
||||||
|
|
||||||
# Graphical Apps
|
# Graphical Apps
|
||||||
gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
gnome.dconf-editor
|
gnome.dconf-editor
|
||||||
tor-browser-bundle-bin # Tor web browser
|
tor-browser-bundle-bin # Tor web browser
|
||||||
keepassxc # Password manager
|
keepassxc # Password manager
|
||||||
freetube # YouTube client
|
freetube # YouTube client
|
||||||
veracrypt # Encrypted filesystem
|
veracrypt # Encrypted filesystem
|
||||||
joplin-desktop # Markdown notes
|
joplin-desktop # Markdown notes
|
||||||
rnote # Handwritten notes
|
rnote # Handwritten notes
|
||||||
xournalpp # Handwritte notes
|
xournalpp # Handwritte notes
|
||||||
# For spellcheck, see here: https://nixos.wiki/wiki/LibreOffice#Spellcheck
|
# For spellcheck, see here: https://nixos.wiki/wiki/LibreOffice#Spellcheck
|
||||||
libreoffice-fresh # Office suite
|
libreoffice-fresh # Office suite
|
||||||
anki-bin # Flashcards
|
anki-bin # Flashcards
|
||||||
signal-desktop # Signal client
|
signal-desktop # Signal client
|
||||||
jetbrains.idea-ultimate # IDE
|
jetbrains.idea-ultimate # IDE
|
||||||
libsForQt5.ghostwriter # Markdown editor
|
libsForQt5.ghostwriter # Markdown editor
|
||||||
transmission-gtk # BitTorrent client
|
transmission-gtk # BitTorrent client
|
||||||
meld # Diff and merge tool
|
meld # Diff and merge tool
|
||||||
handbrake # Rip DVD and Blu-ray; rotate and export videos
|
handbrake # Rip DVD and Blu-ray; rotate and export videos
|
||||||
|
|
||||||
# Matrix clients
|
# Matrix clients
|
||||||
element-desktop
|
element-desktop
|
||||||
#fluffychat
|
#fluffychat
|
||||||
# Web version: https://app.cinny.in/
|
# Web version: https://app.cinny.in/
|
||||||
#cinny-desktop
|
#cinny-desktop
|
||||||
# E2E encryption is not yet implemented: https://gitlab.gnome.org/GNOME/fractal/-/issues/717
|
# E2E encryption is not yet implemented: https://gitlab.gnome.org/GNOME/fractal/-/issues/717
|
||||||
#fractal
|
#fractal
|
||||||
#nheko
|
#nheko
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# There is a community project providing declarative Flatpak app installations:
|
# There is a community project providing declarative Flatpak app installations:
|
||||||
|
Loading…
Reference in New Issue
Block a user