profiles/{gui,sway}: Moved to base16-shell fully

This commit is contained in:
kat witch 2021-04-30 02:41:04 +01:00
parent 0d465c9d72
commit ba2a026d35
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
8 changed files with 74 additions and 66 deletions

View file

@ -1,6 +1,10 @@
{ config, lib, pkgs, witch, ... }:
{
let witch.style.base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}") config.lib.arc.base16.schemeForAlias.default; witch.style.font = {
name = "FantasqueSansMono Nerd Font";
size = "10";
size_css = "14px";
}; in {
programs.kitty = {
enable = true;
font.name = witch.style.font.name;