Skip to content

Instantly share code, notes, and snippets.

@LovingMelody
Created March 21, 2023 04:51
Show Gist options
  • Save LovingMelody/edcab1fce10a3ef5c393e9f61ac9ee6f to your computer and use it in GitHub Desktop.
Save LovingMelody/edcab1fce10a3ef5c393e9f61ac9ee6f to your computer and use it in GitHub Desktop.
{pkgs, stylix, ... }:
let
catppuccin-wallpapers = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "wallpapers";
rev = "c0d3c1e0c41b28e49ac9dd25bfc49026edf58568";
sha256 = "fZDsmJ+xFjOJDoI+bPki9W7PEI5lT5aGoCYtkatcZ8A=";
};
catppuccin-base16 = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "base16";
rev = "ca74b4070d6ead4213e92da1273fcc1853de7af8";
sha256 = "fZDsmJ+xFjOJDoI+bPki9W7PEI5lT5aGoCYtkatcZ8A=";
};
in {
# stylix.image = "${catppuccin-wallpapers}/minimalistic/hearts.png";
stylix.image = "${catppuccin-wallpapers}/misc/Street.jpg";
stylix.base16Scheme = "${catppuccin-base16}/base16/frappe.yaml";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment