mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
profiles/{gui,sway}: Moved to base16-shell fully
This commit is contained in:
parent
0d465c9d72
commit
ba2a026d35
8 changed files with 74 additions and 66 deletions
|
|
@ -1,11 +0,0 @@
|
|||
{ pkgs }:
|
||||
|
||||
rec {
|
||||
base16 = mapAttrs (_: toString) pkgs.base16.shell.shell256;
|
||||
|
||||
font = {
|
||||
name = "FantasqueSansMono Nerd Font";
|
||||
size = "10";
|
||||
size_css = "14px";
|
||||
};
|
||||
}
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
{ pkgs, lib }:
|
||||
|
||||
{
|
||||
style = import ./style.nix { inherit pkgs; };
|
||||
colorhelpers = import ./colorhelpers.nix { inherit lib; };
|
||||
modList = import ./modules.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue