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, ... }:
|
||||||
pkgs,
|
|
||||||
camasca,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
|
@ -17,7 +13,7 @@
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
gnome-calculator
|
gnome-calculator
|
||||||
koi
|
kdePackages.koi
|
||||||
];
|
];
|
||||||
|
|
||||||
plasma6.excludePackages = with pkgs.kdePackages; [
|
plasma6.excludePackages = with pkgs.kdePackages; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue