New Flake Style XPS fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ lib, host, ... }:
|
||||
{ pkgs, hyper, ... }:
|
||||
# lib.mkIf (host == "NxNORTH" || host == "NxACE")
|
||||
lib.mkIf (host == "NxNORTH")
|
||||
pkgs.lib.mkIf (hyper.host == "NxNORTH")
|
||||
{
|
||||
programs = {
|
||||
steam = {
|
||||
|
||||
Reference in New Issue
Block a user