This commit is contained in:
Sakooooo 2023-07-15 18:04:31 +03:00
parent 1c0cdfc8e0
commit b0179199a6
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -20,10 +20,12 @@
themeVariants = [ "ruby" ]; themeVariants = [ "ruby" ];
}; };
catppuccin-cursors = prev.catppuccin-cursors.override { catppuccin-cursors = prev.catppuccin-cursors.override {
dimensions = {
palette = [ "Mocha" ]; palette = [ "Mocha" ];
color = [ "Dark" ]; color = [ "Dark" ];
}; };
}; };
};
# When applied, the unstable nixpkgs set (declared in the flake inputs) will # When applied, the unstable nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.unstable' # be accessible through 'pkgs.unstable'