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:
@ -11,6 +11,8 @@
|
|||||||
./hardware.nix
|
./hardware.nix
|
||||||
./programs.nix
|
./programs.nix
|
||||||
./stylix.nix
|
./stylix.nix
|
||||||
|
# ./stylix-light.nix
|
||||||
|
# ./catppuccin.nix
|
||||||
./disko.nix
|
./disko.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
./sops.nix
|
./sops.nix
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
];
|
];
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord-light.yaml";
|
||||||
polarity = "light";
|
polarity = "light";
|
||||||
cursor = {
|
cursor = {
|
||||||
package = pkgs.bibata-cursors;
|
package = pkgs.bibata-cursors;
|
||||||
@ -20,9 +20,9 @@
|
|||||||
size = 24;
|
size = 24;
|
||||||
};
|
};
|
||||||
image = builtins.fetchurl {
|
image = builtins.fetchurl {
|
||||||
url = "https://w.wallhaven.cc/full/2y/wallhaven-2y7xv6.jpg";
|
url = "https://w.wallhaven.cc/full/e7/wallhaven-e7djlk.png";
|
||||||
name = "wallhaven-2y7xv6.jpg";
|
name = "wallhaven-e7djlk.png";
|
||||||
sha256 = "8c2118165298ff8f25138a2fed78e5f95e2494cfbf516b20ab1ff52dbad51afe";
|
sha256 = "1mwvnmflp0z1biyyhfz7mjn7i1nna94n7jyns3na2shbfkaq7i0h";
|
||||||
};
|
};
|
||||||
opacity.terminal = 0.9;
|
opacity.terminal = 0.9;
|
||||||
fonts = {
|
fonts = {
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
];
|
];
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow-night.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
cursor = {
|
cursor = {
|
||||||
package = pkgs.bibata-cursors;
|
package = pkgs.bibata-cursors;
|
||||||
@ -20,9 +20,9 @@
|
|||||||
size = 24;
|
size = 24;
|
||||||
};
|
};
|
||||||
image = builtins.fetchurl {
|
image = builtins.fetchurl {
|
||||||
url = "https://w.wallhaven.cc/full/2y/wallhaven-2y7xv6.jpg";
|
url = "https://w.wallhaven.cc/full/l8/wallhaven-l8l9gq.png";
|
||||||
name = "wallhaven-2y7xv6.jpg";
|
name = "wallhaven-l8l9gq.png";
|
||||||
sha256 = "8c2118165298ff8f25138a2fed78e5f95e2494cfbf516b20ab1ff52dbad51afe";
|
sha256 = "0ypr44sg0fn55m1b52dgr1nnscpi2p6rfkjsm7vvrdqw7bafbx2z";
|
||||||
};
|
};
|
||||||
opacity.terminal = 0.9;
|
opacity.terminal = 0.9;
|
||||||
fonts = {
|
fonts = {
|
||||||
|
Reference in New Issue
Block a user