Compare commits
No commits in common. "8236c40e87522fb4545ed0bcc03efa98aa3578bc" and "72b9beff2918d9fcc13349b2a239a5184a11b29d" have entirely different histories.
8236c40e87
...
72b9beff29
4 changed files with 3 additions and 5 deletions
|
|
@ -10,10 +10,8 @@
|
|||
# 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
|
||||
|
|
@ -21,7 +19,6 @@
|
|||
# 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
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
qownnotes
|
||||
trayscale
|
||||
veracrypt
|
||||
vorta
|
||||
];
|
||||
};
|
||||
programs = { };
|
||||
|
|
|
|||
2
pkgs.nix
2
pkgs.nix
|
|
@ -47,7 +47,7 @@
|
|||
})
|
||||
];
|
||||
|
||||
linux = with pkgs; [ ];
|
||||
linux = with pkgs; [ firefoxpwa ];
|
||||
|
||||
linux-desktop = with pkgs; [
|
||||
anki
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
enable = true;
|
||||
package =
|
||||
null; # Use native package manager/Homebrew b/c there are fewer breakages
|
||||
nativeMessagingHosts = [ ];
|
||||
nativeMessagingHosts = [ pkgs.firefoxpwa ];
|
||||
profileVersion = null;
|
||||
profiles = {
|
||||
"millironx-default" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue