Fixing Iso
This commit is contained in:
parent
21b2ab18af
commit
e6c2a77ad3
3 changed files with 19 additions and 10 deletions
|
|
@ -1,16 +1,21 @@
|
|||
{ pkgs, lib, nix-flatpak, nixpkgs, ... }:
|
||||
{ pkgs, lib, nix-flatpak, agenix, nixpkgs, ... }:
|
||||
|
||||
let
|
||||
calamares-auto-start = pkgs.makeAutostartItem { name = "io.calamares.calamares"; package = pkgs.calamares-nixos; };
|
||||
in {
|
||||
import =
|
||||
imports =
|
||||
[
|
||||
../../users/lyes
|
||||
../../users/lyes/desktop
|
||||
|
||||
../../modules
|
||||
../../modules/desktop
|
||||
../../modules/gaming
|
||||
../../modules/nvidia
|
||||
../../modules/gnome
|
||||
../../modules/sway
|
||||
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
agenix.nixosModules.default
|
||||
"${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix"
|
||||
"${nixpkgs}/nixos/modules/installer/cd-dvd/channel.nix"
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue