aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-03 23:10:17 +0200
committerschererleander <leander@schererleander.de>2025-05-03 23:10:17 +0200
commit3480b48877698b5f8bde1ba0e0d344981addb37e (patch)
tree4cb49af1f5c3315a42aae5ab2052d03883a64c2e /hosts
parent446ca438985c371ae44e259218ab9c94323cf2de (diff)
add new apps
Diffstat (limited to 'hosts')
-rw-r--r--hosts/darwin/configuration.nix9
-rw-r--r--hosts/darwin/home.nix10
-rw-r--r--hosts/nixos/home.nix1
3 files changed, 18 insertions, 2 deletions
diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix
index fc1ba38..019cba8 100644
--- a/hosts/darwin/configuration.nix
+++ b/hosts/darwin/configuration.nix
@@ -9,6 +9,15 @@
shell = pkgs.zsh;
};
+ homebrew = {
+ enable = true;
+ taps = [];
+ brews = [];
+ casks = [
+ "nextcloud"
+ ];
+ };
+
nixpkgs.hostPlatform = "aarch64-darwin";
nixpkgs.config.allowUnfree = true;
system.stateVersion = 5;
diff --git a/hosts/darwin/home.nix b/hosts/darwin/home.nix
index b925ef5..9a5b096 100644
--- a/hosts/darwin/home.nix
+++ b/hosts/darwin/home.nix
@@ -19,10 +19,14 @@
lua-language-server
pyright
jdk
+ go
nodejs
obsidian
-
+ iterm2
+ appcleaner
+ rectangle
+ jetbrains.idea-community-bin
];
zsh.enable = true;
@@ -30,7 +34,9 @@
git.enable = true;
neovim.enable = true;
- chromium.enable = true;
+ # No aarh64-darwin
+ #chromium.enable = true;
+ spicetify.enable = true;
vscode.enable = true;
home.stateVersion = "24.11";
diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix
index cebeafc..8df51bd 100644
--- a/hosts/nixos/home.nix
+++ b/hosts/nixos/home.nix
@@ -26,6 +26,7 @@
lua-language-server
pyright
jdk
+ go
nodejs