mirror of
https://codeberg.org/mtxyz/nixconf.git
synced 2024-11-12 19:32:35 +00:00
Excludes unused kde packages
Removed packages include KDE discover since it was giving annoying notifications about updates.
This commit is contained in:
parent
4756a9188d
commit
a39070d3a0
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -16,6 +17,8 @@
|
|||
desktopManager.plasma6.enable = true;
|
||||
};
|
||||
|
||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [ discover elisa kate ];
|
||||
|
||||
programs.kdeconnect.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue