mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
Enabled nix-your-shell
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
nix-your-shell = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
};
|
||||
hyprcursor-phinger.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user