Reduce applications as far as possible
This commit is contained in:
@@ -9,7 +9,6 @@ let
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
fluffychat
|
||||
cinny-desktop
|
||||
];
|
||||
}
|
||||
|
||||
@@ -90,7 +90,7 @@ in
|
||||
ll = "ls -lh";
|
||||
nix-check = "nixos-rebuild build";
|
||||
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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -11,8 +11,6 @@ in
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
neovim-qt
|
||||
|
||||
fzf
|
||||
ripgrep
|
||||
ripgrep-all
|
||||
|
||||
@@ -5,7 +5,6 @@ in
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
texliveMedium
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user