From 2afa9bb50546fba9fa8b3df831fdbea5a304c540 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Mon, 18 Aug 2025 14:08:47 +1000 Subject: [PATCH] Move home-manager stuff to home config --- alex/home.nix | 5 ----- hosts/modules/home.nix | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/alex/home.nix b/alex/home.nix index 051a062..249662e 100644 --- a/alex/home.nix +++ b/alex/home.nix @@ -119,11 +119,6 @@ anki-bin wezterm chromium - darktable - nextcloud-client - bitwarden-desktop - signal-desktop - spotify ] else []); # basic configuration of git, please change to your own diff --git a/hosts/modules/home.nix b/hosts/modules/home.nix index 7cdb0c4..f96e8a8 100644 --- a/hosts/modules/home.nix +++ b/hosts/modules/home.nix @@ -11,5 +11,10 @@ mullvad-browser mullvad-vpn tor-browser + darktable + nextcloud-client + bitwarden-desktop + signal-desktop + spotify ]; }