From 5dc0de013d361175aae12726341199c9ced46793 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 16 Aug 2025 12:45:25 -0400 Subject: [PATCH] move steam --- modules/graphical/fonts.nix | 1 - modules/{desktop => graphical}/steam.nix | 0 2 files changed, 1 deletion(-) rename modules/{desktop => graphical}/steam.nix (100%) diff --git a/modules/graphical/fonts.nix b/modules/graphical/fonts.nix index 563d646..6aa9aab 100644 --- a/modules/graphical/fonts.nix +++ b/modules/graphical/fonts.nix @@ -1,6 +1,5 @@ {pkgs, ...}: { fonts = { - enableDefaultPackages = false; packages = with pkgs; [inter nerd-fonts.fira-code twitter-color-emoji]; fontconfig.defaultFonts = rec { serif = ["Inter"]; diff --git a/modules/desktop/steam.nix b/modules/graphical/steam.nix similarity index 100% rename from modules/desktop/steam.nix rename to modules/graphical/steam.nix