This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ pkgs, inputs, ... }: {
|
||||
stylix = {
|
||||
enable = true;
|
||||
# targets.hyprlock.enable = false;
|
||||
|
||||
# Edited catppuccin
|
||||
base16Scheme = {
|
||||
@@ -30,14 +31,16 @@
|
||||
};
|
||||
|
||||
cursor = {
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
package = pkgs.phinger-cursors;
|
||||
name = "phinger-cursors-light";
|
||||
# package = pkgs.banana-cursor;
|
||||
# name = "Banana";
|
||||
size = 24;
|
||||
};
|
||||
|
||||
fonts = {
|
||||
monospace = {
|
||||
package = pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; };
|
||||
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||
name = "JetBrains Mono Nerd Font";
|
||||
};
|
||||
sansSerif = {
|
||||
@@ -53,15 +56,15 @@
|
||||
name = "Noto Color Emoji";
|
||||
};
|
||||
sizes = {
|
||||
applications = 13;
|
||||
desktop = 13;
|
||||
popups = 13;
|
||||
terminal = 13;
|
||||
applications = 11;
|
||||
desktop = 12;
|
||||
popups = 12;
|
||||
terminal = 11;
|
||||
};
|
||||
};
|
||||
|
||||
polarity = "dark";
|
||||
image = inputs.nixy-wallpapers + "/wallpapers/black-oil.png";
|
||||
image = inputs.nixy-wallpapers + "/wallpapers/dark.png";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user