{ pkgs, config, ... }: { ".config/kitty/themes/night-owl.conf" = { text = builtins.readFile ../shared/config/kitty/night-owl.conf; }; }