Where did I copy this from in the first place?!? Again?!?

This commit is contained in:
Root User 2026-02-06 22:06:38 +01:00
parent a62fa2569b
commit 6743625dbe
Signed by: root
GPG key ID: 087F0A95E5766D72
2 changed files with 0 additions and 5 deletions

View file

@ -7,6 +7,4 @@
services.xserver.enable = true;
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome3.enable = true;
myDesktop.gnome.packages = with pkgs; [gnome.gnome-shell gnome.gnome-control-center];
}

View file

@ -8,9 +8,6 @@
# The machine file can set `config.local.hostname` before importing this module if desired.
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"} = {
isNormalUser = true;
description = config.local.userDescription or "NixOS Playground";