mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-12-19 13:48:48 +00:00
🔧 Require discord for Zed rich presence and add oxlint
This commit is contained in:
parent
4b5b7e41f4
commit
5da4af521e
1 changed files with 5 additions and 3 deletions
|
|
@ -98,7 +98,7 @@ in
|
||||||
html = true;
|
html = true;
|
||||||
svelte = true;
|
svelte = true;
|
||||||
scss = true;
|
scss = true;
|
||||||
biome = true; # Formatting and utility tool, like ESlint, prettier, etc...
|
oxc = true;
|
||||||
|
|
||||||
# Languages
|
# Languages
|
||||||
nix = true;
|
nix = true;
|
||||||
|
|
@ -117,8 +117,7 @@ in
|
||||||
catppuccin-icons = mkIf config.catppuccin.enable true;
|
catppuccin-icons = mkIf config.catppuccin.enable true;
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
discord-presence = true;
|
discord-presence = mkIf config.programs.nixcord.enable true;
|
||||||
git-firefly = true;
|
|
||||||
wakatime = true;
|
wakatime = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -145,6 +144,9 @@ in
|
||||||
php
|
php
|
||||||
phpPackages.composer
|
phpPackages.composer
|
||||||
pretty-php
|
pretty-php
|
||||||
|
|
||||||
|
### TypeScript/JavaScript
|
||||||
|
oxlint
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue