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:
|
* [ ] Upgrades:
|
||||||
* [ ] Nextcloud
|
* [ ] Nextcloud
|
||||||
* [ ] Configure Redis
|
* [ ] Configure Redis
|
||||||
* [ ] Headscale 0.23
|
* [ ] Headscale 0.23 - Need to update the web ui
|
||||||
* [ ] Mealie - v1.6.0
|
* [ ] Mealie - v1.6.0
|
||||||
* [ ] Add OIDC config
|
* [ ] Add OIDC config
|
||||||
* [ ] Re-install - Migration isn't working
|
* [ ] Re-install - Migration isn't working
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
profiles.Default = {
|
profiles.Default = {
|
||||||
name = "Default";
|
name = "Default";
|
||||||
font = {
|
font = {
|
||||||
name = "Jetbrains Mono";
|
name = "Jetbrains Mono NF";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
ncdu # ncurses style browser for du/dust
|
ncdu # ncurses style browser for du/dust
|
||||||
du-dust # better UI for 'du"
|
du-dust # better UI for 'du"
|
||||||
home-manager # manage dotfiles
|
home-manager # manage dotfiles
|
||||||
iftop # interface top - network usage
|
|
||||||
nload # network load - Network usage graphs
|
nload # network load - Network usage graphs
|
||||||
iotop # I/O top viewer - disk r/w, etc
|
iotop # I/O top viewer - disk r/w, etc
|
||||||
fx # Pretty print JSON
|
fx # Pretty print JSON
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
bat # Like cat, but with syntax highlighting
|
bat # Like cat, but with syntax highlighting
|
||||||
eza # like ls, but prettier
|
eza # like ls, but prettier
|
||||||
duf # replacement / prettier UI for df
|
duf # replacement / prettier UI for df
|
||||||
|
iftop # interface top - network usage
|
||||||
gnupg # GNU Privacy Guard
|
gnupg # GNU Privacy Guard
|
||||||
screen # Terminal screen manager
|
screen # Terminal screen manager
|
||||||
btop # like htop, but prettier
|
btop # like htop, but prettier
|
||||||
|
|
Loading…
Reference in a new issue