mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
iso
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
1b52025f31
commit
6743333bd6
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
iso = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
"${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5-new-kernel.nix"
|
||||
];
|
||||
};
|
||||
};
|
||||
defaultPackage.x86_64-linux = home-manager.defaultPackage.x86_64-linux;
|
||||
defaultPackage.aarch64-linux = home-manager.defaultPackage.aarch64-linux;
|
||||
|
|
Loading…
Reference in a new issue