dotfiles/home-modules/theme/default.nix
Fabian Hauser 52d98c8207
All checks were successful
CI / build (push) Successful in 1m5s
Update deprecated config
2025-05-25 14:51:24 +03:00

9 lines
89 B
Nix

{
inputs,
...
}:
{
imports = [
inputs.catppuccin.homeModules.catppuccin
];
}