Update gnome.nix

This commit is contained in:
ediblerope 2026-01-09 13:09:34 +00:00 committed by GitHub
parent 2e646d3054
commit 58c5a940a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# gnome.nix
{ config, pkgs, lib, ... }:
{
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.networking.hostName == "FredOS-Macbook") {
config = lib.mkIf (lib.elem config.networking.hostName [ "FredOS-Gaming" "FredOS-Macbook" ]) {
# Enable Gnome
services.xserver.enable = true;
services.displayManager.gdm.enable = true;