Moved: fonts management to home manager; Removed: dulicated fonts.nix for nixos & darwin configurations

This commit is contained in:
2026-05-31 10:26:19 +02:00
parent 888264a491
commit 0cf4401813
7 changed files with 5 additions and 15 deletions
-1
View File
@@ -8,7 +8,6 @@
./settings.nix
./homebrew.nix
./yabai.nix
./fonts.nix
];
home-manager.users.${primaryUser}.targets.darwin = {
-9
View File
@@ -1,9 +0,0 @@
# TODO: Duplicate file
{ pkgs, ... }:
{
fonts.packages = with pkgs; [
nerd-fonts.fira-code
nerd-fonts.fira-mono
nerd-fonts.hack
];
}