From a3ca248347f2d66cff7a39b8e4e6e0f66afa60f7 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Thu, 26 Jun 2025 21:43:15 +1000 Subject: [PATCH] Move desktop packages out of home for now --- alex/home.nix | 6 ------ hosts/modules/desktop.nix | 7 +++++++ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/alex/home.nix b/alex/home.nix index b874b45..d1171b0 100644 --- a/alex/home.nix +++ b/alex/home.nix @@ -42,12 +42,6 @@ atuin tmux - wezterm - chromium - darktable - nextcloud-client - jrnl - bitwarden-desktop fastfetch nnn # terminal file manager diff --git a/hosts/modules/desktop.nix b/hosts/modules/desktop.nix index e8d4998..6743be7 100644 --- a/hosts/modules/desktop.nix +++ b/hosts/modules/desktop.nix @@ -44,5 +44,12 @@ environment.systemPackages = with pkgs; [ inputs.locutus.packages.${pkgs.system}.default mullvad-vpn + + wezterm + chromium + darktable + nextcloud-client + bitwarden-desktop + jrnl ]; }