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