From 2befe0c818ad4df1529e55b34ef1bd2a51449db9 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 18 Jan 2025 13:54:02 -0800 Subject: flake: update --- roles/desktop/default.nix | 4 +--- roles/home/desktop/flameshot.nix | 8 ++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'roles') diff --git a/roles/desktop/default.nix b/roles/desktop/default.nix index cfa5294..7acd1d8 100644 --- a/roles/desktop/default.nix +++ b/roles/desktop/default.nix @@ -58,15 +58,13 @@ let cfg = config.roles.desktop; in { fonts = { packages = with pkgs; [ - nerdfonts noto-fonts - noto-fonts-cjk noto-fonts-cjk-sans noto-fonts-cjk-serif noto-fonts-emoji minecraftia - ]; + ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts); fontconfig = { defaultFonts = { diff --git a/roles/home/desktop/flameshot.nix b/roles/home/desktop/flameshot.nix index d7f6e1f..d079fc9 100644 --- a/roles/home/desktop/flameshot.nix +++ b/roles/home/desktop/flameshot.nix @@ -16,4 +16,12 @@ }; }; }; + + #TODO: relocate. target.tray required for flameshot + systemd.user.targets.tray = { + Unit = { + Description = "Home Manager System Tray"; + Requires = [ "graphical-session-pre.target" ]; + }; + }; } -- cgit v1.2.3