10 lines
147 B
Nix
10 lines
147 B
Nix
{ pkgs, config, ... }:
|
|
|
|
{
|
|
".config/kitty/themes/night-owl.conf" = {
|
|
text = builtins.readFile ../shared/config/kitty/night-owl.conf;
|
|
};
|
|
}
|
|
|
|
|