This commit is contained in:
Kopatz
2024-12-02 12:20:07 +01:00
parent dbff418ce0
commit f6e72b0f72
7 changed files with 13 additions and 17 deletions

View File

@@ -44,7 +44,7 @@ in {
wmctrl
rofi-wayland
gnome.mutter
gnome.adwaita-icon-theme
adwaita-icon-theme
gnome.gnome-settings-daemon
gnome.gnome-tweaks
gnome.dconf-editor

View File

@@ -17,7 +17,8 @@ in {
fonts.packages = with pkgs; [
#uw-ttyp0
#corefonts
nerdfonts # noto and hack
nerd-fonts.noto
nerd-fonts.hack
#noto-fonts
#noto-fonts-emoji
noto-fonts-cjk-sans
@@ -88,7 +89,7 @@ in {
xarchiver # archive tool
ani-cli
mangal
gnome.adwaita-icon-theme
adwaita-icon-theme
];
};
}

View File

@@ -29,9 +29,7 @@ in {
};
# https://danth.github.io/stylix/options/nixos.html
config =
let nerdfonts = pkgs.nerdfonts.override { fonts = [ "Hack" "Noto" ]; };
in lib.mkIf cfg.enable {
config = lib.mkIf cfg.enable {
home-manager = {
users.${config.mainUser.name}.stylix = {
@@ -72,7 +70,7 @@ in {
terminal = 12;
};
monospace = {
package = nerdfonts;
package = pkgs.nerd-fonts.hack;
name = "Hack";
};
};