refactor: moved darwin, home-manager, and system configurations to dendrite pattern
This commit is contained in:
parent
0ea11e0236
commit
149f4f151f
193 changed files with 3284 additions and 3095 deletions
35
modules/home-manager/programs/vscode/default.nix
Normal file
35
modules/home-manager/programs/vscode/default.nix
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{config, ...}: let
|
||||
mod = config.flake.homeModules;
|
||||
in {
|
||||
flake.homeModules.home-manager-vscode = {
|
||||
imports = [
|
||||
mod.home-manager-vscode-ai-code
|
||||
mod.home-manager-vscode-alejandra
|
||||
mod.home-manager-vscode-astro-vscode
|
||||
mod.home-manager-vscode-atom-keybindings
|
||||
mod.home-manager-vscode-auto-rename-tag
|
||||
mod.home-manager-vscode-claude-dev
|
||||
mod.home-manager-vscode-conventional-commits
|
||||
mod.home-manager-vscode-direnv
|
||||
mod.home-manager-vscode-es7-react-js-snippets
|
||||
mod.home-manager-vscode-eslint
|
||||
mod.home-manager-vscode-even-better-toml
|
||||
mod.home-manager-vscode-go
|
||||
mod.home-manager-vscode-graphql
|
||||
mod.home-manager-vscode-jest
|
||||
mod.home-manager-vscode-live-server
|
||||
mod.home-manager-vscode-mdx
|
||||
mod.home-manager-vscode-nearley
|
||||
mod.home-manager-vscode-nix-ide
|
||||
mod.home-manager-vscode-one-dark
|
||||
mod.home-manager-vscode-open-dyslexic-font
|
||||
mod.home-manager-vscode-open-remote-ssh
|
||||
mod.home-manager-vscode-platform-io
|
||||
mod.home-manager-vscode-rust-analyzer
|
||||
mod.home-manager-vscode-standard
|
||||
mod.home-manager-vscode-stylelint
|
||||
mod.home-manager-vscode-tauri-vscode
|
||||
mod.home-manager-vscode-vitest
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue