~ruther/nixos-config

ref: a1128e507b85a32d4a700727c24d11151284a954 nixos-config/nixos/isos/gnome-installation.nix -rw-r--r-- 154 bytes
a1128e50 — Frantisek Bohacek feat(home): add desktop session startup options 8 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