This commit is contained in:
2025-08-11 15:29:11 +00:00
parent def3b1a34d
commit c3c4ba98a1
5 changed files with 47 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
{pkgs, ...}: {
{
programs.zellij = {
enableFishIntegration = true;
};
}
}

View File

@@ -1,14 +1,2 @@
{pkgs}:
with pkgs; [
nix-ld
ncurses
automake
gnumake
gcc
pkg-config
openssl
zlib
libxml2
libxslt
libiconv
]
with pkgs; []