tangled
alpha
login
or
join now
ovyerus.com
/
dotfiles
1
fork
atom
Nix configurations for my personal machines (Linux & macOS)
1
fork
atom
overview
issues
pulls
pipelines
plasma: add kdenlive
ovyerus.com
5 months ago
76407c9e
93b5a4d0
verified
This commit was signed with the committer's
known signature
.
ovyerus.com
SSH Key Fingerprint:
SHA256:mXbp9WNBIT0nRNe28t2hrxfSwnSX7UBeW2DVlIyf0uw=
+7
-1
1 changed file
expand all
collapse all
unified
split
modules
plasma.nix
+7
-1
modules/plasma.nix
···
38
38
39
39
# environment.sessionVariables."NIXOS_OZONE_WL" = 1;
40
40
environment.sessionVariables."MOZ_ENABLE_WAYLAND" = 0;
41
41
-
environment.systemPackages = with pkgs; [adwaita-icon-theme kdePackages.kcalc kdePackages.partitionmanager kdePackages.kcolorchooser];
41
41
+
environment.systemPackages = with pkgs; [
42
42
+
adwaita-icon-theme
43
43
+
kdePackages.kcalc
44
44
+
kdePackages.partitionmanager
45
45
+
kdePackages.kcolorchooser
46
46
+
kdePackages.kdenlive
47
47
+
];
42
48
43
49
# TODO: move
44
50
boot.plymouth = {