Fix some build issues

This commit is contained in:
2025-07-30 17:00:46 -04:00
parent 52620a1de0
commit 8630ff4f3d
2 changed files with 2 additions and 3 deletions

View File

@@ -183,7 +183,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
anki-bin anki-bin
audacity
gimp gimp
ibm-plex ibm-plex
kdePackages.kdenlive kdePackages.kdenlive

View File

@@ -215,8 +215,8 @@
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = false; enable = false;
package = null; # package = null;
portalPackage = null; # portalPackage = null;
systemd.enable = true; systemd.enable = true;
}; };
} }