infrastructure/hosts/neodymium/home/default.nix

17 lines
235 B
Nix
Raw Normal View History

{ hyprland, ... }: {
config.home.stateVersion = "23.05";
2023-04-08 13:53:58 +00:00
imports = [
hyprland.homeManagerModules.default
2023-04-08 13:53:58 +00:00
./packages.nix
./alacritty
./chromium
2023-04-08 13:53:58 +00:00
./firefox
./gtk
./shell
./vscode
./wayland
];
}