aboutsummaryrefslogtreecommitdiff
path: root/hosts/darwin/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/darwin/home.nix')
-rw-r--r--hosts/darwin/home.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/darwin/home.nix b/hosts/darwin/home.nix
index 69f5445..984c39b 100644
--- a/hosts/darwin/home.nix
+++ b/hosts/darwin/home.nix
@@ -31,7 +31,9 @@
appcleaner
rectangle
jetbrains.idea-community-bin
- (nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" "SpaceMono" "IBMPlexMono" ]; })
+
+ nerd-fonts.symbols-only
+ nerd-fonts.space-mono
];
zsh.enable = true;
@@ -44,6 +46,7 @@
spicetify.enable = true;
zathura.enable = true;
vscode.enable = true;
+ aerospace.enable = true;
home.stateVersion = "24.11";
}