Reorganize home modules into logical categories (#100)

This commit is contained in:
Sridhar Ratnakumar 2025-11-21 14:17:20 -05:00 committed by GitHub
parent 995d47db17
commit d64bacdb90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 44 additions and 43 deletions

View file

@ -1,9 +1,9 @@
{ pkgs, ... }:
{ ... }:
{
imports = [
./all/zsh.nix
./all/bash.nix
./all/nushell
# ./all/emacs.nix
./cli/zsh.nix
./cli/bash.nix
./cli/nushell
# ./editors/emacs.nix
];
}

View file

@ -1,16 +1,16 @@
{
home.stateVersion = "24.05";
imports = [
./all/tmux.nix
# ./all/neovim
./all/helix.nix
./all/starship.nix
./all/terminal.nix
./all/nix.nix
./all/git.nix
./all/direnv.nix
# ./all/zellij.nix
./all/just.nix
./all/ttyd.nix
./cli/tmux.nix
# ./editors/neovim
./editors/helix.nix
./cli/starship.nix
./cli/terminal.nix
./nix/path.nix
./cli/git.nix
./cli/direnv.nix
# ./cli/zellij.nix
./cli/just.nix
./services/ttyd.nix
];
}

View file

@ -1,8 +1,8 @@
{
imports = [
./all/bash.nix
./cli/bash.nix
./claude-code
# ./all/zsh.nix
# ./all/vscode-server.nix
# ./cli/zsh.nix
# ./editors/vscode-server.nix
];
}