Random Updates
This commit is contained in:
parent
25a83b88c1
commit
6630cbcf8c
4 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
|||
* [ ] Upgrades:
|
||||
* [ ] Nextcloud
|
||||
* [ ] Configure Redis
|
||||
* [ ] Headscale 0.23
|
||||
* [ ] Headscale 0.23 - Need to update the web ui
|
||||
* [ ] Mealie - v1.6.0
|
||||
* [ ] Add OIDC config
|
||||
* [ ] Re-install - Migration isn't working
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
profiles.Default = {
|
||||
name = "Default";
|
||||
font = {
|
||||
name = "Jetbrains Mono";
|
||||
name = "Jetbrains Mono NF";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
ncdu # ncurses style browser for du/dust
|
||||
du-dust # better UI for 'du"
|
||||
home-manager # manage dotfiles
|
||||
iftop # interface top - network usage
|
||||
nload # network load - Network usage graphs
|
||||
iotop # I/O top viewer - disk r/w, etc
|
||||
fx # Pretty print JSON
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
bat # Like cat, but with syntax highlighting
|
||||
eza # like ls, but prettier
|
||||
duf # replacement / prettier UI for df
|
||||
iftop # interface top - network usage
|
||||
gnupg # GNU Privacy Guard
|
||||
screen # Terminal screen manager
|
||||
btop # like htop, but prettier
|
||||
|
|
Loading…
Reference in a new issue