mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: added hyprland, zed, and firefox settings
This commit is contained in:
parent
f642608281
commit
9526cf7ca4
21 changed files with 35 additions and 1 deletions
17
home/modules/gui/apps/code/vsCode/config/extensions.nix
Executable file
17
home/modules/gui/apps/code/vsCode/config/extensions.nix
Executable file
|
@ -0,0 +1,17 @@
|
|||
{ pkgs, ... }:
|
||||
with pkgs.vscode-extensions;
|
||||
[
|
||||
catppuccin.catppuccin-vsc
|
||||
eamodio.gitlens
|
||||
elmtooling.elm-ls-vscode
|
||||
esbenp.prettier-vscode
|
||||
haskell.haskell
|
||||
james-yu.latex-workshop
|
||||
# jnoortheen.nix-ide
|
||||
mattn.lisp
|
||||
mkhl.direnv
|
||||
pkief.material-icon-theme
|
||||
streetsidesoftware.code-spell-checker
|
||||
tamasfe.even-better-toml
|
||||
brettm12345.nixfmt-vscode
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue