Fix warnings for system

This commit is contained in:
Greg Hellings
2025-12-16 19:47:40 -06:00
parent 50aa005349
commit c012384a89
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ in
config = (
lib.mkIf cfg {
programs.gnome-terminal = lib.mkIf (pkgs.system != "x86_64-darwin") {
programs.gnome-terminal = lib.mkIf (pkgs.stdenv.hostPlatform.system != "x86_64-darwin") {
enable = true;
showMenubar = true;
themeVariant = "dark";