From 76a3cf24e4868afb795039b820c87929ec6f0499 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 3 Nov 2025 22:16:30 +0100 Subject: use home-manager-unstable nixpkgs-unstalbe darwin-unstable --- hosts/lilith/configuration.nix | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'hosts/lilith') 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; } -- cgit v1.3.1