Nix configurations for my personal machines (Linux & macOS)

plasma: add kdenlive

ovyerus.com 76407c9e 93b5a4d0

verified
+7 -1
+7 -1
modules/plasma.nix
··· 38 38 39 39 # environment.sessionVariables."NIXOS_OZONE_WL" = 1; 40 40 environment.sessionVariables."MOZ_ENABLE_WAYLAND" = 0; 41 - environment.systemPackages = with pkgs; [adwaita-icon-theme kdePackages.kcalc kdePackages.partitionmanager kdePackages.kcolorchooser]; 41 + environment.systemPackages = with pkgs; [ 42 + adwaita-icon-theme 43 + kdePackages.kcalc 44 + kdePackages.partitionmanager 45 + kdePackages.kcolorchooser 46 + kdePackages.kdenlive 47 + ]; 42 48 43 49 # TODO: move 44 50 boot.plymouth = {