mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
13 lines
304 B
Nix
13 lines
304 B
Nix
# ~/.config/nixcfgs/users/js0ny/polder.nix
|
|
{...}: {
|
|
imports = [
|
|
./default.nix
|
|
./programs/shell.nix
|
|
../../modules/home/dev/nix.nix
|
|
../../modules/home/programs/fzf.nix
|
|
../../modules/home/programs/lsd.nix
|
|
../../modules/home/programs/nvim.nix
|
|
];
|
|
|
|
home.stateVersion = "25.05";
|
|
}
|