remove stuff to save space on chunk
This commit is contained in:
parent
3c9f4fd019
commit
cb5126614d
2 changed files with 1 additions and 14 deletions
|
@ -16,16 +16,7 @@
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
lua-language-server
|
bottom
|
||||||
vim-language-server
|
|
||||||
python312Packages.python-lsp-server
|
|
||||||
nixd
|
|
||||||
gopls
|
|
||||||
bash-language-server
|
|
||||||
llvmPackages_19.clang-tools
|
|
||||||
rust-analyzer
|
|
||||||
yt-dlp
|
|
||||||
gnumake
|
|
||||||
btop
|
btop
|
||||||
foot.terminfo
|
foot.terminfo
|
||||||
];
|
];
|
||||||
|
|
|
@ -172,13 +172,9 @@
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
tree
|
tree
|
||||||
python3Full
|
|
||||||
tmux
|
tmux
|
||||||
borgbackup
|
|
||||||
rclone
|
|
||||||
file
|
file
|
||||||
sops
|
sops
|
||||||
age
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue