infrastructure/hosts/neodymium/home/default.nix

18 lines
243 B
Nix
Raw Normal View History

2023-12-15 15:18:36 +00:00
{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
2023-12-11 13:17:29 +00:00
./xdg
2023-04-08 13:53:58 +00:00
];
}