diff options
| author | schererleander <leander@schererleander.de> | 2025-07-29 12:53:45 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-07-29 12:53:45 +0200 |
| commit | 0a4641b861cccad2b0157c453ac1b99117af5bc8 (patch) | |
| tree | 6fc3e770431a34b6662ffc365291ccbddc141825 | |
| parent | 9a8116cbc211f03982e3e4dfdc326df38b4a0574 (diff) | |
chore: formatting
| -rw-r--r-- | hosts/macbook/configuration.nix | 11 | ||||
| -rw-r--r-- | hosts/macbook/home.nix | 11 |
2 files changed, 13 insertions, 9 deletions
diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix index e7613de..48789b0 100644 --- a/hosts/macbook/configuration.nix +++ b/hosts/macbook/configuration.nix @@ -1,10 +1,8 @@ -{ config, pkgs, lib, ...}: - { - nix.settings.experimental-features = "nix-command flakes"; - nixpkgs.hostPlatform = "aarch64-darwin"; - nixpkgs.config.allowUnfree = true; + ... +}: +{ users.users.schererleander.home = "/Users/schererleander"; system.primaryUser = "schererleander"; @@ -39,6 +37,9 @@ "bambu-studio" "arduino-ide" "anki" + "iterm2" + "rectangle" + "spotify" ]; onActivation.cleanup = "zap"; onActivation.autoUpdate = true; diff --git a/hosts/macbook/home.nix b/hosts/macbook/home.nix index ded22ec..9c447e1 100644 --- a/hosts/macbook/home.nix +++ b/hosts/macbook/home.nix @@ -1,4 +1,7 @@ -{ config, lib, pkgs, inputs, ...}: +{ + pkgs, + ... +}: { imports = [ @@ -7,7 +10,7 @@ home.username = "schererleander"; home.homeDirectory = "/Users/schererleander"; - + home.packages = with pkgs; [ htop ffmpeg @@ -18,8 +21,7 @@ maven cmake gnupg - - neovim + lua nerd-fonts.symbols-only ]; @@ -27,6 +29,7 @@ zsh.enable = true; tmux.enable = true; git.enable = true; + neovim.enable = true; home.stateVersion = "25.05"; } |
