This commit is contained in:
2025-09-08 13:38:37 -06:00
parent b4bfa6885b
commit 4a0efa9eb8

View File

@@ -32,7 +32,7 @@
home-manager.enable = true; home-manager.enable = true;
htop.enable = true; htop.enable = true;
bash.initExtra= ''fish''; bash.initExtra= ''fish'';
pls.enable = true; pls = {enable = true;enableFishIntegration = true;};
}; };
nixpkgs.config = { nixpkgs.config = {
alowUnfree = true; alowUnfree = true;