nixos/iso: enable partition-manager (for kpmcore)
This commit is contained in:
parent
9d8582f561
commit
fda8b43ed9
@ -11,9 +11,11 @@ in
|
||||
{
|
||||
imports = [ ./installation-cd-graphical-base.nix ];
|
||||
|
||||
# required for kpmcore to work correctly
|
||||
programs.partition-manager.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Calamares for graphical installation
|
||||
libsForQt5.kpmcore
|
||||
calamares-nixos
|
||||
calamares-nixos-autostart
|
||||
calamares-nixos-extensions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user