infrastructure/home/default.nix
2024-03-31 16:08:37 +02:00

18 lines
243 B
Nix

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