feat: Update nixpkgs

This commit is contained in:
uttarayan21
2026-01-04 00:26:02 +05:30
parent 1f537d6189
commit 253d600448
8 changed files with 99 additions and 121 deletions

View File

@@ -21,14 +21,9 @@
# t = "zellij a -c --index 0";
t = "tmux";
};
shellAliases =
{
g = "git";
}
// lib.optionalAttrs pkgs.stdenv.isLinux {
kmpv = "mpv --vo-kitty-use-shm=yes --vo=kitty --really-quiet";
smpv = "mpv --vo-sixel-buffered=yes --vo=sixel --profile=sw-fast";
};
shellAliases = {
g = "git";
};
shellInit = ''
set fish_greeting
yes | fish_config theme save "Catppuccin Mocha"