continuous improvement

This commit is contained in:
Till 2023-10-20 01:04:29 +02:00
parent 2fc06ae9df
commit 5a227bfc45
9 changed files with 131 additions and 71 deletions

View file

@ -74,6 +74,7 @@
okular
xournalpp
evolution
freemind
# publishing
hunspell
@ -91,6 +92,7 @@
gimp
godot_4
scrcpy
drawing
# web
qutebrowser
@ -99,6 +101,7 @@
mullvad-vpn
# media
bookworm
vlc
rhythmbox
freetube
@ -131,9 +134,12 @@
];
home.shellAliases = {
ls = "exa";
tree = "exa --tree";
v = "nvim";
v = "nvim";
r = "R --no-save --no-restore";
R = "R --no-save --no-restore";
cdg = "cd \$(git rev-parse --show-toplevel)";
map = "telnet mapscii.me";
weather = "curl wttr.in/frankfurt";
};
programs.nix-index = {