9 lines
96 B
Nix
9 lines
96 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./home-manager.nix
|
|
./impermanence.nix
|
|
./stylix.nix
|
|
];
|
|
}
|