This commit is contained in:
ediblerope 2026-03-28 13:42:35 +00:00 committed by GitHub
parent 679f77f201
commit 6b2b8ee7c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# hosts/FredOS-Gaming.nix
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, inputs, ... }:
{
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
environment.systemPackages = with pkgs; [

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, inputs, ... }:
{
config = lib.mkMerge [