feat: remove unused packages
parent
cb539cc874
commit
e11746c11c
|
@ -116,8 +116,6 @@ in
|
||||||
cd = "__zoxide_z";
|
cd = "__zoxide_z";
|
||||||
|
|
||||||
nixos-update = "pushd ~/.dotfiles && nix flake update && popd";
|
nixos-update = "pushd ~/.dotfiles && nix flake update && popd";
|
||||||
|
|
||||||
latexwatch = ''find -type f -name "*.tex" | entr -c latexmk -pdf -silent'';
|
|
||||||
};
|
};
|
||||||
variables = { EDITOR = "vim"; };
|
variables = { EDITOR = "vim"; };
|
||||||
};
|
};
|
||||||
|
@ -153,38 +151,26 @@ in
|
||||||
# archives
|
# archives
|
||||||
ouch
|
ouch
|
||||||
|
|
||||||
# file management
|
|
||||||
trash-cli
|
|
||||||
|
|
||||||
# monitoring
|
# monitoring
|
||||||
htop
|
|
||||||
bottom
|
bottom
|
||||||
|
|
||||||
# nix
|
# nix
|
||||||
(nom-system-command "nixos-boot" "sudo nixos-rebuild boot --flake ~/.dotfiles")
|
(nom-system-command "nixos-boot" "sudo nixos-rebuild boot --flake ~/.dotfiles")
|
||||||
(nom-system-command "nixos-switch" "sudo nixos-rebuild switch --flake ~/.dotfiles")
|
(nom-system-command "nixos-switch" "sudo nixos-rebuild switch --flake ~/.dotfiles")
|
||||||
(nom-system-command "nixos-test" "sudo nixos-rebuild test --flake ~/.dotfiles")
|
(nom-system-command "nixos-test" "sudo nixos-rebuild test --flake ~/.dotfiles")
|
||||||
manix
|
|
||||||
nix-index
|
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
statix
|
|
||||||
which-nix
|
which-nix
|
||||||
|
|
||||||
# other
|
# utils
|
||||||
bat
|
bat
|
||||||
cht-sh
|
cht-sh
|
||||||
du-dust
|
|
||||||
duf
|
|
||||||
entr
|
|
||||||
exa
|
exa
|
||||||
f
|
f
|
||||||
|
fd
|
||||||
gi
|
gi
|
||||||
gparted
|
parallel
|
||||||
neofetch
|
|
||||||
reptyr
|
|
||||||
ripgrep
|
ripgrep
|
||||||
up
|
|
||||||
vim
|
vim
|
||||||
viu
|
viu
|
||||||
wget
|
wget
|
||||||
|
|
|
@ -84,11 +84,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
anki
|
|
||||||
calibre
|
|
||||||
fd
|
|
||||||
keepassxc
|
keepassxc
|
||||||
nixpkgs-review
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
stable.libreoffice # NOTE breaks often
|
stable.libreoffice # NOTE breaks often
|
||||||
stable.signal-desktop # NOTE breaks often
|
stable.signal-desktop # NOTE breaks often
|
||||||
|
|
Loading…
Reference in New Issue