Enabled nix-your-shell

This commit is contained in:
2025-06-03 09:30:59 +01:00
parent 30dbbc1768
commit 720ee3d36d

View File

@@ -8,6 +8,10 @@
... ...
}: { }: {
programs = { programs = {
nix-your-shell = {
enable = true;
enableNushellIntegration = true;
};
hyprcursor-phinger.enable = true; hyprcursor-phinger.enable = true;
}; };
} }