Skip to content

Commit

Permalink
fix: remove some errors when rebuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Oct 15, 2023
1 parent fa2f161 commit 0afee84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion modules/desktop/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ in {
package = inputs.hyprland.packages.${pkgs.system}.default.override {
enableNvidiaPatches = cfg.nvidiaPatches;
};
systemdIntegration = true;
};

zenyte.desktop.addons = {
Expand Down
2 changes: 1 addition & 1 deletion modules/system/main.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
];
};

fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
(nerdfonts.override {fonts = ["Iosevka"];})
noto-fonts
noto-fonts-cjk
Expand Down

0 comments on commit 0afee84

Please sign in to comment.