8 lines
145 B
Nix
8 lines
145 B
Nix
{...}: {
|
|
imports = [
|
|
./.warprc.nix
|
|
./config/kitty/kitty.conf.nix
|
|
./config/eza/theme.yml.nix
|
|
./config/wofi/style.css.nix
|
|
];
|
|
}
|