infrastructure/home/default.nix

21 lines
321 B
Nix
Raw Normal View History

{inputs, ...}: {
2024-06-15 14:39:17 +00:00
config.home.stateVersion = "24.05";
2023-04-08 13:53:58 +00:00
imports = [
inputs.hyprland.homeManagerModules.default
2024-06-15 14:39:17 +00:00
inputs.catppuccin.homeManagerModules.catppuccin
2023-04-08 13:53:58 +00:00
./packages.nix
2024-06-15 14:39:17 +00:00
./catppuccin
2023-04-08 13:53:58 +00:00
./alacritty
./firefox
./gtk
./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
];
}