mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30:14 +01:00
install dotnet on laptop
This commit is contained in:
parent
d451f0e531
commit
d1af4262c3
|
@ -15,6 +15,9 @@
|
||||||
enableGaming = true;
|
enableGaming = true;
|
||||||
enablePrinting = true;
|
enablePrinting = true;
|
||||||
};
|
};
|
||||||
|
buildtools = {
|
||||||
|
dotnet = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.vinzenz.openssh.authorizedKeys.keys = [
|
users.users.vinzenz.openssh.authorizedKeys.keys = [
|
||||||
|
|
Loading…
Reference in a new issue