mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
Reorganize home modules into logical categories (#100)
This commit is contained in:
parent
995d47db17
commit
d64bacdb90
39 changed files with 44 additions and 43 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue