Reduce applications as far as possible

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-07-10 06:56:27 +02:00
parent da20a1d72b
commit 53c7adac31
4 changed files with 1 additions and 5 deletions
-1
View File
@@ -9,7 +9,6 @@ let
in in
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
fluffychat
cinny-desktop cinny-desktop
]; ];
} }
+1 -1
View File
@@ -90,7 +90,7 @@ in
ll = "ls -lh"; ll = "ls -lh";
nix-check = "nixos-rebuild build"; nix-check = "nixos-rebuild build";
nix-update = "sudo nixos-rebuild switch"; nix-update = "sudo nixos-rebuild switch";
sirc = "ssh -t nichkara.eu tmux new-session -A -s weechat weechat"; sirc = "ssh -t nichkara.eu tmux new-session -A -t office";
}; };
}; };
} }
-2
View File
@@ -11,8 +11,6 @@ in
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
neovim-qt
fzf fzf
ripgrep ripgrep
ripgrep-all ripgrep-all
-1
View File
@@ -5,7 +5,6 @@ in
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
texliveMedium
]; ];
} }