mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
18 lines
225 B
Nix
18 lines
225 B
Nix
{
|
|
inputs,
|
|
outputs,
|
|
lib,
|
|
config,
|
|
pkgs,
|
|
unstablePkgs,
|
|
...
|
|
}: {
|
|
programs = {
|
|
nix-your-shell = {
|
|
enable = true;
|
|
enableNushellIntegration = true;
|
|
};
|
|
hyprcursor-phinger.enable = true;
|
|
};
|
|
}
|