chore(programs/kde): fix config
This commit is contained in:
parent
b5d2e2593e
commit
73e6d519aa
1 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
camasca,
|
||||
...
|
||||
}:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
desktopManager.plasma6.enable = true;
|
||||
|
@ -17,7 +13,7 @@
|
|||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
gnome-calculator
|
||||
koi
|
||||
kdePackages.koi
|
||||
];
|
||||
|
||||
plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue