Skip to content

Commit a15716d

Browse files
committed
chore: move gcc package setting
1 parent 4a11e66 commit a15716d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

config/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
./utils/wilder.nix
2424
];
2525

26+
dependencies.gcc.package = null;
2627
colorschemes.dracula.enable = true;
2728
plugins.web-devicons.enable = true;
2829

config/treesitter.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
plugins = {
33
treesitter = {
44
enable = true;
5-
gccPackage = null;
65
nixGrammars = true;
76
settings = {
87
highlight.enable = true;

0 commit comments

Comments
 (0)