infrastructure/hosts/neodymium/home/default.nix

14 lines
169 B
Nix
Raw Normal View History

2023-05-08 11:50:58 +00:00
{ ... }: {
2023-04-08 13:53:58 +00:00
config.home.stateVersion = "22.11";
imports = [
./packages.nix
./alacritty
./firefox
./gtk
./shell
./vscode
./wayland
];
}