From 0a4641b861cccad2b0157c453ac1b99117af5bc8 Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 29 Jul 2025 12:53:45 +0200 Subject: chore: formatting --- hosts/macbook/configuration.nix | 11 ++++++----- 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"; } -- cgit v1.3.1