diff --git a/homes/harmony.nix b/homes/harmony.nix index 9e89f87..d8be3b0 100644 --- a/homes/harmony.nix +++ b/homes/harmony.nix @@ -10,8 +10,10 @@ # dnf repos: # https://github.com/terrapkg/packages?tab=readme-ov-file # https://pkgs.tailscale.com/stable/fedora/tailscale.repo + # https://packagecloud.io/filips/FirefoxPWA # dnf packages: + # firefoxpwa - The nix version installs an "immutable" runtime, which simply launches extra browser windows on non-NixOS # kate # nextcloud-client # nextcloud-client-dolphin @@ -19,6 +21,7 @@ # tailscale # thunderbird # vlc + # vorta - The vorta package is aarch64 compatible, but you cannot see any icons, and it cannot access local ssh keys, so we have to use the dnf package instead # yakuake # zed # zsh diff --git a/homes/linux-desktop.nix b/homes/linux-desktop.nix index 87f9af0..f42c727 100644 --- a/homes/linux-desktop.nix +++ b/homes/linux-desktop.nix @@ -8,7 +8,6 @@ qownnotes trayscale veracrypt - vorta ]; }; programs = { }; diff --git a/pkgs.nix b/pkgs.nix index 21be20d..b9445dc 100644 --- a/pkgs.nix +++ b/pkgs.nix @@ -47,7 +47,7 @@ }) ]; - linux = with pkgs; [ firefoxpwa ]; + linux = with pkgs; [ ]; linux-desktop = with pkgs; [ anki diff --git a/programs/firefox.nix b/programs/firefox.nix index 5ba3394..03ef525 100644 --- a/programs/firefox.nix +++ b/programs/firefox.nix @@ -2,7 +2,7 @@ enable = true; package = null; # Use native package manager/Homebrew b/c there are fewer breakages - nativeMessagingHosts = [ pkgs.firefoxpwa ]; + nativeMessagingHosts = [ ]; profileVersion = null; profiles = { "millironx-default" = {