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