update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user