Compare commits
2 commits
8ae3d704cf
...
e67316508a
Author | SHA1 | Date | |
---|---|---|---|
joygnu | e67316508a | ||
joygnu | fc45c924e5 |
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
stylix = {
|
||||
enable = true;
|
||||
|
||||
base16Scheme = {
|
||||
base00 = "282828";
|
||||
base01 = "3c3836";
|
||||
|
@ -21,12 +22,15 @@
|
|||
base0E = "b16286";
|
||||
base0F = "d65d0e";
|
||||
};
|
||||
opacity.terminal = 0.8;
|
||||
|
||||
image = ./wallpaper.png;
|
||||
targets.chromium.enable = false;
|
||||
cursor.name = "Bibata-Modern-Ice";
|
||||
cursor.package = pkgs.bibata-cursors;
|
||||
cursor.size = 24;
|
||||
|
||||
cursor = {
|
||||
name = "Bibata-Modern-Ice";
|
||||
package = pkgs.bibata-cursors;
|
||||
size = 24;
|
||||
};
|
||||
|
||||
fonts = {
|
||||
sizes = {
|
||||
applications = 12;
|
||||
|
|
Loading…
Reference in a new issue