~ruther/nixos-config

ref: f2df73bae72b69a2900bb552b5d55094c582eafe nixos-config/nixos/isos/gnome-installation.nix -rw-r--r-- 154 bytes
f2df73ba — Frantisek Bohacek chore: update dwl 11 months ago
                                                                                
1
2
3
4
5
6
7
8
{ config, lib, pkgs, modulesPath, ... }:

{
  imports = [
    (modulesPath + "/installer/cd-dvd/installation-cd-graphical-gnome.nix")
    ./common
  ];
}
Do not follow this link