Skip to content

Commit

Permalink
feat(ide): added python to active ide in host/pc
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jul 24, 2024
1 parent 3d056bc commit d1c4c69
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hosts/pc/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
games.enable = true;
mihoyo.enable = true;
};
dev.lang.ides = [ "go" "sql" "haskell" "fork" "jvm" ];
dev.lang.ides = [ "go" "sql" "haskell" "fork" "jvm" "python" ];
hardware = rec {
grub.enableMultiBoot = true;
sound.enable = true;
Expand Down

0 comments on commit d1c4c69

Please sign in to comment.