infrastructure/home/default.nix

19 lines
261 B
Nix
Raw Normal View History

{inputs, ...}: {
config.home.stateVersion = "23.05";
2023-04-08 13:53:58 +00:00
imports = [
inputs.hyprland.homeManagerModules.default
2023-04-08 13:53:58 +00:00
./packages.nix
./alacritty
./firefox
./gtk
2024-03-31 14:08:37 +00:00
./mpv
2023-04-08 13:53:58 +00:00
./shell
./thunderbird
2023-04-08 13:53:58 +00:00
./vscode
./wayland
2023-12-11 13:17:29 +00:00
./xdg
2023-04-08 13:53:58 +00:00
];
}