Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2025-12-04 13:23:15 +00:00 committed by GitHub
parent 9f959bdb1a
commit b1479e7482
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,11 @@
# FredOS-Gaming.nix
# hosts/FredOS-Gaming.nix
{ config, pkgs, lib, ... }:
{
imports = lib.mkIf (config.networking.hostName == "FredOS-Gaming") [
../settings/gnome.nix
];
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
imports = [
../settings/gnome.nix
];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
@ -27,7 +27,7 @@
system.autoUpgrade = {
enable = true;
dates = "daily";
persistent = true; # Run on next boot if the scheduled time was missed
persistent = true;
allowReboot = false;
flags = [
"--upgrade"