Where did I copy this from in the first place?!? Again?!?
This commit is contained in:
parent
a62fa2569b
commit
6743625dbe
2 changed files with 0 additions and 5 deletions
|
|
@ -7,6 +7,4 @@
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
services.xserver.displayManager.gdm.enable = true;
|
||||||
services.xserver.desktopManager.gnome3.enable = true;
|
services.xserver.desktopManager.gnome3.enable = true;
|
||||||
|
|
||||||
myDesktop.gnome.packages = with pkgs; [gnome.gnome-shell gnome.gnome-control-center];
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,6 @@
|
||||||
# The machine file can set `config.local.hostname` before importing this module if desired.
|
# The machine file can set `config.local.hostname` before importing this module if desired.
|
||||||
networking.hostName = config.local.hostname or "default-hostname";
|
networking.hostName = config.local.hostname or "default-hostname";
|
||||||
|
|
||||||
# Expose a small list that machine files can use as hostPackages
|
|
||||||
myLocal.hostname.packages = with pkgs; [];
|
|
||||||
|
|
||||||
users.users.${config.local.username or "defaultuser"} = {
|
users.users.${config.local.username or "defaultuser"} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = config.local.userDescription or "NixOS Playground";
|
description = config.local.userDescription or "NixOS Playground";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue