diff options
| author | schererleander <leander@schererleander.de> | 2025-05-21 15:21:17 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-21 15:21:17 +0200 |
| commit | 355d5e94a52384c6dd39b64755bca3b8e8a76811 (patch) | |
| tree | 7ad4b9d8a29602ce564937005bf5cf27e0cd23e0 /hosts | |
| parent | b5612fbc6b134cf58d254e9bbe26b322fb11a33c (diff) | |
update to 25.05
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/darwin/configuration.nix | 4 | ||||
| -rw-r--r-- | hosts/darwin/home.nix | 5 | ||||
| -rw-r--r-- | hosts/nixos/home.nix | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix index 9e6a4f3..b25fb18 100644 --- a/hosts/darwin/configuration.nix +++ b/hosts/darwin/configuration.nix @@ -1,7 +1,6 @@ { config, pkgs, lib, ...}: { - services.nix-daemon.enable = true; nix.settings.experimental-features = "nix-command flakes"; nixpkgs.hostPlatform = "aarch64-darwin"; nixpkgs.config.allowUnfree = true; @@ -10,7 +9,8 @@ home = "/Users/schererleander"; shell = pkgs.zsh; }; - + + system.primaryUser = "schererleander"; system.defaults = { dock.autohide = true; }; 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"; } diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index 7b92cda..518f0d1 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -39,8 +39,7 @@ noto-fonts noto-fonts-cjk-sans noto-fonts-emoji - (nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; }) - + nerd-fonts.symbols-only ]; gtk = { |
