feat: switch to camasca
This commit is contained in:
parent
ffd73d8e6a
commit
bf806a2e63
12 changed files with 46 additions and 279 deletions
|
@ -1,10 +1,14 @@
|
|||
{self, pkgs, ...}: {
|
||||
{
|
||||
camasca,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
flameshot
|
||||
self.packages.${pkgs.system}.koi
|
||||
camasca.packages.${pkgs.system}.koi
|
||||
];
|
||||
|
||||
plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue