Compare commits
2 commits
72b9beff29
...
8236c40e87
| Author | SHA1 | Date | |
|---|---|---|---|
| 8236c40e87 | |||
| c5f1e9063b |
4 changed files with 5 additions and 3 deletions
|
|
@ -10,8 +10,10 @@
|
||||||
# dnf repos:
|
# dnf repos:
|
||||||
# https://github.com/terrapkg/packages?tab=readme-ov-file
|
# https://github.com/terrapkg/packages?tab=readme-ov-file
|
||||||
# https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
# https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
||||||
|
# https://packagecloud.io/filips/FirefoxPWA
|
||||||
|
|
||||||
# dnf packages:
|
# dnf packages:
|
||||||
|
# firefoxpwa - The nix version installs an "immutable" runtime, which simply launches extra browser windows on non-NixOS
|
||||||
# kate
|
# kate
|
||||||
# nextcloud-client
|
# nextcloud-client
|
||||||
# nextcloud-client-dolphin
|
# nextcloud-client-dolphin
|
||||||
|
|
@ -19,6 +21,7 @@
|
||||||
# tailscale
|
# tailscale
|
||||||
# thunderbird
|
# thunderbird
|
||||||
# vlc
|
# 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
|
# yakuake
|
||||||
# zed
|
# zed
|
||||||
# zsh
|
# zsh
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
qownnotes
|
qownnotes
|
||||||
trayscale
|
trayscale
|
||||||
veracrypt
|
veracrypt
|
||||||
vorta
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
programs = { };
|
programs = { };
|
||||||
|
|
|
||||||
2
pkgs.nix
2
pkgs.nix
|
|
@ -47,7 +47,7 @@
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
linux = with pkgs; [ firefoxpwa ];
|
linux = with pkgs; [ ];
|
||||||
|
|
||||||
linux-desktop = with pkgs; [
|
linux-desktop = with pkgs; [
|
||||||
anki
|
anki
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package =
|
package =
|
||||||
null; # Use native package manager/Homebrew b/c there are fewer breakages
|
null; # Use native package manager/Homebrew b/c there are fewer breakages
|
||||||
nativeMessagingHosts = [ pkgs.firefoxpwa ];
|
nativeMessagingHosts = [ ];
|
||||||
profileVersion = null;
|
profileVersion = null;
|
||||||
profiles = {
|
profiles = {
|
||||||
"millironx-default" = {
|
"millironx-default" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue