feat: niri, and so much more o.o

This commit is contained in:
Kat Inskip 2025-07-13 04:04:41 -07:00
parent f61eca52be
commit 79bf49841b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
61 changed files with 1412 additions and 1683 deletions

View file

@ -4,7 +4,7 @@
htop
btop
# disk usage
duc-cli
duc
# nix formatting
nixpkgs-fmt
# show type of files

View file

@ -3,6 +3,7 @@
config,
lib,
std,
inputs,
pkgs,
...
}: let
@ -119,7 +120,7 @@ in {
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=3,bold";
ZSH_AUTOSUGGEST_USE_ASYNC = 1;
};
plugins = with pkgs.zsh-plugins; (list.map (plugin: plugin.zshPlugin) [
plugins = with inputs.arcexprs.legacyPackages.${pkgs.system}.zsh-plugins; (list.map (plugin: plugin.zshPlugin) [
tab-title
vim-mode
evil-registers