add c# back
This commit is contained in:
parent
96aed9a74b
commit
a11462eb1e
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home-manager.users.${homeCfg.username} = {
|
home-manager.users.${homeCfg.username} = {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
dotnetCorePackages.sdk_9_0
|
||||||
gcc
|
gcc
|
||||||
ghex
|
ghex
|
||||||
haskell.compiler.native-bignum.ghcHEAD
|
haskell.compiler.native-bignum.ghcHEAD
|
||||||
|
|
@ -29,6 +30,7 @@ in {
|
||||||
jetbrains.pycharm-professional
|
jetbrains.pycharm-professional
|
||||||
jetbrains.rider
|
jetbrains.rider
|
||||||
jetbrains.webstorm
|
jetbrains.webstorm
|
||||||
|
mono
|
||||||
nodejs_22
|
nodejs_22
|
||||||
platformio-core
|
platformio-core
|
||||||
python313
|
python313
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue