Compare commits
No commits in common. "e67316508addb1fc6e4028d27283e91b5ea300b9" and "8ae3d704cf3ee6ce392a85a34f7d2a8714cbdb88" have entirely different histories.
e67316508a
...
8ae3d704cf
|
@ -2,38 +2,34 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
base16Scheme = {
|
||||||
base16Scheme = {
|
base00 = "282828";
|
||||||
base00 = "282828";
|
base01 = "3c3836";
|
||||||
base01 = "3c3836";
|
base02 = "504945";
|
||||||
base02 = "504945";
|
base03 = "665c54";
|
||||||
base03 = "665c54";
|
base04 = "bdae93";
|
||||||
base04 = "bdae93";
|
base05 = "d5c4a1";
|
||||||
base05 = "d5c4a1";
|
base06 = "ebdbb2";
|
||||||
base06 = "ebdbb2";
|
base07 = "fbf1c7";
|
||||||
base07 = "fbf1c7";
|
base08 = "cc241d";
|
||||||
base08 = "cc241d";
|
base09 = "fe8019";
|
||||||
base09 = "fe8019";
|
base0A = "d78821";
|
||||||
base0A = "d78821";
|
base0B = "98971a";
|
||||||
base0B = "98971a";
|
base0C = "689d6a";
|
||||||
base0C = "689d6a";
|
base0D = "458588";
|
||||||
base0D = "458588";
|
base0E = "b16286";
|
||||||
base0E = "b16286";
|
base0F = "d65d0e";
|
||||||
base0F = "d65d0e";
|
};
|
||||||
};
|
opacity.terminal = 0.8;
|
||||||
|
image = ./wallpaper.png;
|
||||||
image = ./wallpaper.png;
|
targets.chromium.enable = false;
|
||||||
|
cursor.name = "Bibata-Modern-Ice";
|
||||||
cursor = {
|
cursor.package = pkgs.bibata-cursors;
|
||||||
name = "Bibata-Modern-Ice";
|
cursor.size = 24;
|
||||||
package = pkgs.bibata-cursors;
|
|
||||||
size = 24;
|
|
||||||
};
|
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
sizes = {
|
sizes = {
|
||||||
applications = 12;
|
applications = 12;
|
||||||
terminal = 14;
|
terminal = 14;
|
||||||
desktop = 12;
|
desktop = 12;
|
||||||
popups = 12;
|
popups = 12;
|
||||||
|
|
Loading…
Reference in a new issue