feat: Added stuff

This commit is contained in:
2026-02-20 02:01:24 +05:30
parent ab52b423ee
commit 49c0c607d8
7 changed files with 55 additions and 10 deletions

View File

@@ -1,13 +1,8 @@
{
pkgs,
lib,
device,
...
}: {
{...}: {
programs.
carapace = {
enable = false;
enableFishIntegration = true;
enableFishIntegration = false;
enableNushellIntegration = true;
};
}

View File

@@ -43,6 +43,7 @@
''}
'';
};
home.shell.enableFishIntegration = true;
}
// lib.optionalAttrs (!(device.is "tsuba")) {
stylix.targets.fish.enable = false;

View File

@@ -26,4 +26,5 @@
}
'';
};
home.shell.enableNushellIntegration = true;
}