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,11 +0,0 @@
{ pkgs }:
rec {
base16 = mapAttrs (_: toString) pkgs.base16.shell.shell256;
font = {
name = "FantasqueSansMono Nerd Font";
size = "10";
size_css = "14px";
};
}

View file

@ -1,7 +1,5 @@
{ pkgs, lib }:
{
style = import ./style.nix { inherit pkgs; };
colorhelpers = import ./colorhelpers.nix { inherit lib; };
modList = import ./modules.nix;
}