infrastructure/hosts/neodymium/home/default.nix
2023-12-15 16:18:36 +01:00

18 lines
243 B
Nix

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