feat(kde): add koi
This commit is contained in:
parent
bb15cc1f6d
commit
ffd73d8e6a
3 changed files with 34 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
{self, pkgs, ...}: {
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [flameshot];
|
||||
systemPackages = with pkgs; [
|
||||
flameshot
|
||||
self.packages.${pkgs.system}.koi
|
||||
];
|
||||
|
||||
plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
plasma-browser-integration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue