infrastructure/hosts/neodymium/home/default.nix

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