cleaner
This commit is contained in:
parent
6064048f49
commit
3063145a28
1 changed files with 50 additions and 32 deletions
|
|
@ -7,47 +7,65 @@
|
||||||
{
|
{
|
||||||
config = lib.mkIf config.osbmModules.programs.commandLine.enable {
|
config = lib.mkIf config.osbmModules.programs.commandLine.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
# networking
|
||||||
wget
|
wget
|
||||||
|
dig
|
||||||
|
|
||||||
|
# text editors
|
||||||
nano
|
nano
|
||||||
|
|
||||||
|
# version control
|
||||||
git
|
git
|
||||||
lazygit
|
lazygit
|
||||||
lazysql
|
|
||||||
git-lfs
|
git-lfs
|
||||||
gnumake
|
|
||||||
zip
|
|
||||||
fish
|
|
||||||
trash-cli
|
|
||||||
tmux
|
|
||||||
zoxide
|
|
||||||
htop
|
|
||||||
unzip
|
|
||||||
tlrc
|
|
||||||
btop
|
|
||||||
pciutils
|
|
||||||
cloc
|
|
||||||
neofetch
|
|
||||||
pfetch
|
|
||||||
inxi
|
|
||||||
jq
|
|
||||||
dig
|
|
||||||
onefetch
|
|
||||||
just
|
|
||||||
nixd
|
|
||||||
eza
|
|
||||||
gh
|
gh
|
||||||
starship
|
|
||||||
tree
|
# nix tools
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
yazi
|
nixd
|
||||||
ripgrep
|
|
||||||
nh
|
|
||||||
comma
|
|
||||||
nix-inspect
|
nix-inspect
|
||||||
bat
|
comma
|
||||||
fd
|
nh
|
||||||
dust
|
|
||||||
duf
|
# information and vanity
|
||||||
|
neofetch
|
||||||
|
onefetch
|
||||||
|
pfetch
|
||||||
|
htop
|
||||||
|
btop
|
||||||
|
cloc
|
||||||
|
inxi
|
||||||
|
tlrc
|
||||||
|
pciutils
|
||||||
|
|
||||||
|
# basic quality of life
|
||||||
|
eza
|
||||||
dysk
|
dysk
|
||||||
|
trash-cli
|
||||||
|
zoxide
|
||||||
|
lazysql
|
||||||
|
jq
|
||||||
|
ripgrep
|
||||||
|
dust
|
||||||
|
bat
|
||||||
|
just
|
||||||
|
tree
|
||||||
|
fd
|
||||||
|
yazi
|
||||||
|
duf
|
||||||
|
|
||||||
|
# archives
|
||||||
|
zip
|
||||||
|
unzip
|
||||||
|
|
||||||
|
# shell
|
||||||
|
fish
|
||||||
|
starship
|
||||||
|
|
||||||
|
# multiplexers
|
||||||
|
tmux
|
||||||
|
|
||||||
|
|
||||||
(pkgs.writeShellScriptBin "wake-ymir" ''
|
(pkgs.writeShellScriptBin "wake-ymir" ''
|
||||||
echo waking up ymir
|
echo waking up ymir
|
||||||
${pkgs.wakeonlan}/bin/wakeonlan 04:7c:16:e6:d9:13
|
${pkgs.wakeonlan}/bin/wakeonlan 04:7c:16:e6:d9:13
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue