Evie Litherland-Smith
2a42c14fb5
Switch remaining catppuccin to tokyonight, using stylix to generate GTK theme now Switch SDDM for LightDM (uses stylix theme), enable plymouth boot splashscreen Make Hyprland window rules (not launch binds) silent now
10 lines
186 B
Nix
10 lines
186 B
Nix
{ tokyonight-folke, ... }:
|
|
|
|
{
|
|
programs.zathura = {
|
|
enable = true;
|
|
extraConfig = builtins.readFile
|
|
"${tokyonight-folke}/extras/zathura/tokyonight_night.zathurarc";
|
|
};
|
|
}
|