Skip to content

Commit

Permalink
home/konsole: update to plasma6
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCash committed May 23, 2024
1 parent 9729948 commit 4ec9f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/plasma/konsole.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ customLib, stableLib, pkgsUnstable, ... }:

{
home.packages = with pkgsUnstable.libsForQt5; [ konsole ];
home.packages = with pkgsUnstable.kdePackages; [ konsole ];

programs.plasma.configFile."konsolerc" = {
General.ConfigVersion = 1;
Expand Down

0 comments on commit 4ec9f03

Please sign in to comment.