diff options
| author | schererleander <leander@schererleander.de> | 2025-11-03 22:16:30 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-11-03 22:16:30 +0100 |
| commit | 76a3cf24e4868afb795039b820c87929ec6f0499 (patch) | |
| tree | aaa3fe36b2376bc22345abf75b896819e49c94a6 /hosts/lilith | |
| parent | b80db34a48a8a7e8afa2f086a178c68201f3f5a5 (diff) | |
use home-manager-unstable nixpkgs-unstalbe darwin-unstable
Diffstat (limited to 'hosts/lilith')
| -rw-r--r-- | hosts/lilith/configuration.nix | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/hosts/lilith/configuration.nix b/hosts/lilith/configuration.nix index 65127d7..b8e6a20 100644 --- a/hosts/lilith/configuration.nix +++ b/hosts/lilith/configuration.nix @@ -16,13 +16,8 @@ networking.hostName = host; home-manager.users.${username} = { - imports = [ - inputs.mac-app-util.homeManagerModules.default - ]; - home.username = username; home.homeDirectory = "/Users/${username}"; - programs.home-manager.enable = true; home.packages = with pkgs; [ @@ -34,10 +29,14 @@ zathura zoxide gemini-cli + iterm2 + rectangle + slack + podman nerd-fonts.symbols-only ]; - home.stateVersion = "25.05"; + home.stateVersion = "25.11"; }; system.primaryUser = username; @@ -68,15 +67,10 @@ "openjdk@21" ]; casks = [ - "obsidian" "nextcloud" "mullvad-vpn" "bambu-studio" "arduino-ide" - "iterm2" - "docker-desktop" - "rectangle" - "slack" "anki" ]; onActivation.cleanup = "zap"; @@ -90,11 +84,10 @@ zsh.enable = true; anki.enable = true; spicetify.enable = true; - vscode.enable = true; + zed-editor.enable = true; + obsidian.enable = true; }; }; - - system.stateVersion = 5; } |
