This commit is contained in:
Lucy von Overheidt 2025-09-09 18:38:16 +02:00
parent d90e44b8cb
commit cca8deb36c
7 changed files with 459 additions and 36 deletions

View file

@ -43,34 +43,7 @@
programs.nix-index = {
enable = true;
};
/*
stylix = {
enable = true;
polarity = "dark";
opacity = {
popups = 1.0;
terminal = 1.0;
};
fonts = {
serif = config.stylix.fonts.sansSerif;
sansSerif = {
package = pkgs.adwaita-fonts;
name = "Adwaita Sans";
};
monospace = {
package = pkgs.nerd-fonts.geist-mono;
name = "Geist Nerd Font Mono";
};
emoji = {
package = pkgs.noto-fonts-emoji;
name = "Noto Color Emoji";
};
};
};
*/
# set cursor size and dpi for 4k monitor
# Packages that should be installed to the user profile.