mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
22 lines
461 B
Nix
22 lines
461 B
Nix
{...}: {
|
|
imports = [
|
|
./default.nix
|
|
# Shell
|
|
./programs/shell/zsh.nix
|
|
./programs/shell/fish.nix
|
|
|
|
# IME
|
|
./programs/rime.nix
|
|
./programs/nvim.nix
|
|
./programs/fzf.nix
|
|
./programs/sdcv.nix
|
|
|
|
../../modules/home/dev/nix.nix
|
|
../../modules/home/programs/eza.nix
|
|
../../modules/home/programs/lsd.nix
|
|
../../modules/home/programs/starship.nix
|
|
../../modules/home/programs/zoxide.nix
|
|
];
|
|
|
|
home.stateVersion = "25.05";
|
|
}
|