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 ]; }