starting dbrw config
All checks were successful
/ update-readme (push) Successful in 50s

This commit is contained in:
dim
2024-12-30 11:27:00 +07:00
parent 863253bc74
commit 4c874e960d
45 changed files with 1068 additions and 594 deletions

View File

@@ -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";
};
}