Talk:KDE

From NixOS Wiki
Latest comment: 7 June 2023 by AmnesiaAmesia

The "oxygen-gtk" package mentioned here doesn't seem to exist? https://github.com/NixOS/nixpkgs/search?q=oxygen-gtk&unscoped_q=oxygen-gtk Apparently deleted in https://github.com/NixOS/nixpkgs/commit/f344817a3ece8284826fe6852e80c161644f340b


________________________

this is just confusing. 3 ways to do sth. and no reasons given.



How do I install KDE apps? For example, Ark?


You add this to your configuration.nix

environment.systemPackages = [
  pkgs.libsForQt5.ark
];

--AmnesiaAmesia (talk) 21:03, 7 June 2023 (UTC)Reply[reply]


I’ve updated the example on how to exclude packages as a response to the warning it produced in NixOS 23, but maybe it would’ve been better to have separate sections for the different NixOS versions? Or is there another way to indicate the difference? And how do I know what version this change was introduced in?

--AmnesiaAmesia (talk) 21:03, 7 June 2023 (UTC)Reply[reply]