make custom iso have its own home configurations

This commit is contained in:
2025-03-21 19:00:57 +01:00
parent 1fd70894ae
commit 0e2523c2eb
7 changed files with 55 additions and 55 deletions

View File

@ -3,7 +3,6 @@
{
environment.systemPackages = with pkgs; [
home-manager
killall
vim
pciutils
pigz
@ -25,5 +24,6 @@
ffmpeg
cryptsetup
acpi
dconf
];
}