Files
My_NixOS_Config/home-manager/worklaptop/programs.nix
2025-06-03 09:30:59 +01:00

18 lines
225 B
Nix

{
inputs,
outputs,
lib,
config,
pkgs,
unstablePkgs,
...
}: {
programs = {
nix-your-shell = {
enable = true;
enableNushellIntegration = true;
};
hyprcursor-phinger.enable = true;
};
}