diff --git a/hosts/default/config.nix b/hosts/default/config.nix index a32db66..6181334 100644 --- a/hosts/default/config.nix +++ b/hosts/default/config.nix @@ -237,12 +237,12 @@ vim wget killall + eza git cmatrix lolcat fastfetch htop - btop brave libvirt lxqt.lxqt-policykit @@ -258,7 +258,6 @@ socat cowsay ripgrep - lsd lshw pkg-config meson diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 75639df..39d71ec 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -146,6 +146,13 @@ in programs = { gh.enable = true; + btop = { + enable = true; + settings = { + color_theme = "TTY"; + vim_keys = true; + }; + }; kitty = { enable = true; package = pkgs.kitty; @@ -183,10 +190,9 @@ in zu = "sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)"; ncg = "nix-collect-garbage --delete-old && sudo nix-collect-garbage -d && sudo /run/current-system/bin/switch-to-configuration boot"; v = "nvim"; - ls = "lsd"; - ll = "lsd -l"; - la = "lsd -a"; - lal = "lsd -al"; + ls = "eza --icons"; + ll = "eza -lh --icons --grid --group-directories-first"; + la = "eza -lah --icons --grid --group-directories-first"; ".." = "cd .."; }; };