Commit 760b7de
Changed files (2)
modules
core
tools
modules/core/tools/packages.nix
@@ -25,7 +25,6 @@
file
which
findutils
- btop
zellij
];
};
@@ -37,6 +36,7 @@
gping # ping, but with a graph(TUI)
yq-go # yaml processor https://github.com/mikefarah/yq
websocat # Command-line client for WebSockets
+ ouch # Painless compression and decompression in the terminal
];
};
}
modules/core/tools/yazi.nix
@@ -1,7 +1,4 @@
{
- flake.modules.nixos.core = {pkgs, ...}: {
- environment.systemPackages = [pkgs.yazi];
- };
flake.modules.homeManager.core = {pkgs, ...}: let
yaziPlugins.auto-layout = pkgs.yaziPlugins.mkYaziPlugin {
pname = "auto-layout.yazi";