Move global tools to home config
Nix Flake Check / check (push) Successful in 54s

This commit is contained in:
2026-07-19 17:10:45 +00:00
parent 12adcfed1c
commit d74de8b58c
2 changed files with 9 additions and 9 deletions
+9
View File
@@ -20,6 +20,15 @@ in
"$HOME/.antigravity-server"
];
home.packages = with pkgs; [
sshfs
nixd
home-assistant-cli
yt-dlp
attic-client
opencode
];
systemd.user.mounts."${haremote-unit}" = {
Unit = {
Description = "Mount ${haremote-path}";
-9
View File
@@ -24,15 +24,6 @@
programs.fuse.enable = true; # for ~/src/haremote mount
environment.systemPackages = with pkgs; [
# TODO: move below into hosts/deimos/home.nix
sshfs
nixd
home-assistant-cli
yt-dlp
attic-client
];
# For building RPi configs. Extra steps are handled by the host (nas).
# https://discuss.linuxcontainers.org/t/systemd-binfmt-service-is-masked/21566/4
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];