meow
This commit is contained in:
parent
d90e44b8cb
commit
cca8deb36c
7 changed files with 459 additions and 36 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue