hosts/dunamis/configuration.nix: add catppuccin
hosts/dunamis/stylix-light.nix: change to nord hosts/dunamis/stylix.nix: change to nord Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
];
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow.yaml";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord-light.yaml";
|
||||
polarity = "light";
|
||||
cursor = {
|
||||
package = pkgs.bibata-cursors;
|
||||
@ -20,9 +20,9 @@
|
||||
size = 24;
|
||||
};
|
||||
image = builtins.fetchurl {
|
||||
url = "https://w.wallhaven.cc/full/2y/wallhaven-2y7xv6.jpg";
|
||||
name = "wallhaven-2y7xv6.jpg";
|
||||
sha256 = "8c2118165298ff8f25138a2fed78e5f95e2494cfbf516b20ab1ff52dbad51afe";
|
||||
url = "https://w.wallhaven.cc/full/e7/wallhaven-e7djlk.png";
|
||||
name = "wallhaven-e7djlk.png";
|
||||
sha256 = "1mwvnmflp0z1biyyhfz7mjn7i1nna94n7jyns3na2shbfkaq7i0h";
|
||||
};
|
||||
opacity.terminal = 0.9;
|
||||
fonts = {
|
||||
|
Reference in New Issue
Block a user