13 lines
167 B
Nix
13 lines
167 B
Nix
{ inputs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
inputs.catppuccin.homeModules.catppuccin
|
|
./development
|
|
./shell
|
|
./gpg.nix
|
|
./home-manager.nix
|
|
./ssh.nix
|
|
];
|
|
}
|