Skip to content

Commit

Permalink
nixos/desktop/plasma: change pkgs to pkgs.kdePackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenum committed Feb 25, 2025
1 parent bd32815 commit fd8d9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/desktop/plasma/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ in
};

# Disable packages
environment.plasma6.excludePackages = with pkgs; [
environment.plasma6.excludePackages = with pkgs.kdePackages; [
oxygen
elisa
khelpcenter
Expand Down

0 comments on commit fd8d9df

Please sign in to comment.