infrastructure/hosts/neodymium/home/default.nix

14 lines
169 B
Nix

{ ... }: {
config.home.stateVersion = "22.11";
imports = [
./packages.nix
./alacritty
./firefox
./gtk
./shell
./vscode
./wayland
];
}