feat(kilimandjaro): add rider
This commit is contained in:
parent
dbe90476f2
commit
a539246486
2 changed files with 21 additions and 0 deletions
13
programs/dotnet.nix
Normal file
13
programs/dotnet.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
# wee oo wee oo warning !!! this is a home manager module!!! destined to be put in hm's import, not nixos' !!!!
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (config.lib.file) mkOutOfStoreSymlink;
|
||||
in {
|
||||
home.file = {
|
||||
".dotnet/8".source = mkOutOfStoreSymlink "${pkgs.dotnetCorePackages.dotnet_8.sdk.unwrapped}/share/dotnet";
|
||||
".dotnet/mono".source = mkOutOfStoreSymlink pkgs.mono;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue