fix hyprland build
This commit is contained in:
@@ -108,6 +108,7 @@ in
|
||||
./users.nix
|
||||
../default.nix
|
||||
../../modules/desktop-environments/cosmic/specialisation.nix
|
||||
../../modules/desktop-environments/hyprland/specialisation.nix
|
||||
../../share/amd
|
||||
];
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
|
||||
font = {
|
||||
name = "jetbrains mono nerd font";
|
||||
package = pkgs.nerdfonts;
|
||||
name = "nerd-fonts-jetbrains-mono";
|
||||
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||
size = 12;
|
||||
};
|
||||
|
||||
|
||||
@@ -82,9 +82,8 @@ in
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-color-emoji
|
||||
nerdfonts
|
||||
meslo-lgs-nf
|
||||
];
|
||||
] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||
|
||||
fonts.fontconfig.defaultFonts = {
|
||||
emoji = [
|
||||
|
||||
Reference in New Issue
Block a user