infrastructure/hosts/neodymium/home/default.nix

16 lines
220 B
Nix
Raw Normal View History

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