infrastructure/hosts/neodymium/home/default.nix
2023-05-08 13:50:58 +02:00

15 lines
183 B
Nix

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