infrastructure/hosts/neodymium/home/default.nix

16 lines
220 B
Nix

{ hyprland, ... }: {
config.home.stateVersion = "23.05";
imports = [
hyprland.homeManagerModules.default
./packages.nix
./alacritty
./firefox
./gtk
./shell
./vscode
./wayland
];
}