infrastructure/hosts/neodymium/home/default.nix

16 lines
220 B
Nix

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