nix-conf/system/plasma.nix

8 lines
156 B
Nix
Raw Normal View History

2024-10-27 13:34:49 -04:00
{pkgs, ...}: {
2024-10-18 23:42:11 -04:00
programs.partition-manager = {
enable = true;
package = pkgs.libsForQt5.partitionmanager;
};
services.udisks2.enable = true;
}