mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
add gdu
This commit is contained in:
parent
6be4576d1d
commit
b3fc7fefb9
2 changed files with 2 additions and 1 deletions
|
@ -28,11 +28,11 @@ mkDefaultOizysModule config "cli" {
|
||||||
# utils
|
# utils
|
||||||
fd
|
fd
|
||||||
bat
|
bat
|
||||||
delta
|
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
||||||
glow
|
glow
|
||||||
btop
|
btop
|
||||||
|
gdu
|
||||||
])
|
])
|
||||||
++ [ inputs.tsm.packages.${pkgs.system}.tsm ];
|
++ [ inputs.tsm.packages.${pkgs.system}.tsm ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,5 +6,6 @@
|
||||||
|
|
||||||
gh
|
gh
|
||||||
lazygit
|
lazygit
|
||||||
|
delta
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue