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;
|
||||
svelte = true;
|
||||
scss = true;
|
||||
biome = true; # Formatting and utility tool, like ESlint, prettier, etc...
|
||||
oxc = true;
|
||||
|
||||
# Languages
|
||||
nix = true;
|
||||
|
|
@ -117,8 +117,7 @@ in
|
|||
catppuccin-icons = mkIf config.catppuccin.enable true;
|
||||
|
||||
# Other
|
||||
discord-presence = true;
|
||||
git-firefly = true;
|
||||
discord-presence = mkIf config.programs.nixcord.enable true;
|
||||
wakatime = true;
|
||||
};
|
||||
};
|
||||
|
|
@ -145,6 +144,9 @@ in
|
|||
php
|
||||
phpPackages.composer
|
||||
pretty-php
|
||||
|
||||
### TypeScript/JavaScript
|
||||
oxlint
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue