14 lines
147 B
Nix
14 lines
147 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./fish
|
|
./nvim
|
|
];
|
|
|
|
home.username = "me";
|
|
home.homeDirectory = "/home/me";
|
|
|
|
home.stateVersion = "26.05";
|
|
}
|