mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
16 lines
290 B
Nix
16 lines
290 B
Nix
{
|
|
home.stateVersion = "24.05";
|
|
imports = [
|
|
./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
|
|
];
|
|
}
|