KDE: Difference between revisions

imported>Flexagoon
No edit summary
imported>Appetrosyan
m Added file template
Line 34: Line 34:
Alternatively, on NixOS:
Alternatively, on NixOS:


<syntaxhighlight lang="nix">
{{file|configuration.nix|nix|<nowiki>
environment = {
environment = {
   systemPackages = [ pkgs.oxygen_gtk ];
   systemPackages = [ pkgs.oxygen_gtk ];
Line 42: Line 42:
   '';
   '';
};
};
</syntaxhighlight>
</nowiki>}}


Or alternatively, copy the themes folder in the home directory
Or alternatively, copy the themes folder in the home directory