mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 10:42:42 +00:00
18 lines
391 B
Nix
18 lines
391 B
Nix
{...}:
|
|
{
|
|
imports = [
|
|
./default.nix
|
|
./programs/shell.nix
|
|
../../modules/home/dev/nix.nix
|
|
../../modules/home/programs/eza.nix
|
|
../../modules/home/programs/fzf.nix
|
|
../../modules/home/programs/lsd.nix
|
|
../../modules/home/programs/nvim.nix
|
|
../../modules/home/programs/starship.nix
|
|
../../modules/home/programs/zoxide.nix
|
|
];
|
|
|
|
home.stateVersion = "25.05";
|
|
}
|
|
|
|
|