gtklok
This commit is contained in:
@ -13,17 +13,17 @@
|
|||||||
];
|
];
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow-night.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow.yaml";
|
||||||
polarity = "dark";
|
polarity = "light";
|
||||||
cursor = {
|
cursor = {
|
||||||
package = pkgs.bibata-cursors;
|
package = pkgs.bibata-cursors;
|
||||||
name = "Bibata-Modern-Amber";
|
name = "Bibata-Modern-Ice";
|
||||||
size = 24;
|
size = 24;
|
||||||
};
|
};
|
||||||
image = builtins.fetchurl {
|
image = builtins.fetchurl {
|
||||||
url = "https://w.wallhaven.cc/full/13/wallhaven-13e379.png";
|
url = "https://w.wallhaven.cc/full/jx/wallhaven-jxzjly.jpg";
|
||||||
name = "wallhaven-13e379";
|
name = "wallhaven-jxzjly.jpg";
|
||||||
sha256 = "1h8xhcgcdgd3dy1viqv6f192kr5cw7gi4rjqh4kbgwg6hj962409";
|
sha256 = "581827e705c3b12ccecb6002e7f97d577b10c59d7806636af753e6f9d97bb6c1";
|
||||||
};
|
};
|
||||||
opacity.terminal = 0.9;
|
opacity.terminal = 0.9;
|
||||||
fonts = {
|
fonts = {
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
terminal = "ghostty";
|
terminal = "ghostty";
|
||||||
launcher = "fuzzel";
|
launcher = "fuzzel";
|
||||||
browser = "app.zen_browser.zen";
|
browser = "app.zen_browser.zen";
|
||||||
lockscreen = "gtklock";
|
lockscreen = lib.getExe pkgs.gtklock;
|
||||||
in {
|
in {
|
||||||
options = {
|
options = {
|
||||||
desktop.niri.enable =
|
desktop.niri.enable =
|
||||||
|
Reference in New Issue
Block a user