chore(coding): Configure dotnet
This commit is contained in:
parent
a047d5c9e1
commit
aabc48511c
3 changed files with 6 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ in {
|
||||||
};
|
};
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
style.package = pkgs.libsForQt5.breeze-qt5;
|
style.package = pkgs.kdePackages.breeze;
|
||||||
style.name = lib.mkForce "breeze-dark";
|
style.name = lib.mkForce "breeze-dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,6 @@
|
||||||
icon-library
|
icon-library
|
||||||
kdePackages.breeze-icons
|
kdePackages.breeze-icons
|
||||||
kdePackages.breeze
|
kdePackages.breeze
|
||||||
libsForQt5.breeze-qt5
|
|
||||||
kdePackages.qtstyleplugin-kvantum
|
kdePackages.qtstyleplugin-kvantum
|
||||||
libsForQt5.qtstyleplugin-kvantum
|
libsForQt5.qtstyleplugin-kvantum
|
||||||
libadwaita
|
libadwaita
|
||||||
|
|
|
||||||
|
|
@ -305,7 +305,11 @@ in {
|
||||||
packages = lib.mkOption {
|
packages = lib.mkOption {
|
||||||
default = with pkgs; [
|
default = with pkgs; [
|
||||||
#.!
|
#.!
|
||||||
dotnet-sdk
|
(with dotnetCorePackages;
|
||||||
|
combinePackages [
|
||||||
|
sdk_8_0
|
||||||
|
sdk_9_0
|
||||||
|
])
|
||||||
csharpier
|
csharpier
|
||||||
netcoredbg
|
netcoredbg
|
||||||
fsharp
|
fsharp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue