continuous improvement
This commit is contained in:
parent
2fc06ae9df
commit
5a227bfc45
9 changed files with 131 additions and 71 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue