I use ntfy on graphene and it works just fine. I had to fully disable battery optimizations but that was it
I use ntfy on graphene and it works just fine. I had to fully disable battery optimizations but that was it
Isn’t Mozilla deprecating theirs soon?
It’s definitely a rabbit hole and it took me a few tries to stick with it, but after getting off the ground I don’t think I could ever go back.
Here are some helpful resources for using NixOS:
This video helped me understand the basic setup of flakes and home manager, as well as general NixOS syntax.
This site from Nix lets you look up every package on the repository, and if you click options at the top you can also search through every option related to your system and packages as well.
If you decide to use home manager for declaring user packages and dotfiles, I have been using this site which is similar to the official Nix search but specifically for home manager stuff.
Hope it helps :)
Helix text editor has been in my rotation recently, I like it a lot as a regular nvim user.
Just migrated from Arch to NixOS recently. Nix+Flakes+Home-manager define my entire system, including config files and pinned package versions, using three files. My system has never felt more stable and reproducible. I even found a flake which lets you declaratively manage Flatpaks (nix-flatpak).
If you use signal, the fork Molly has UP support now
I’d recommend checking out Distrobox, which allows you to create containers of other Linux distros then export their applications as if they were native. Install a distrobox with one of the distros that this program works with, use the terminal to install the program within it, then if it isn’t immediately in your applications menu use the distrobox export feature to place it there.
You could also layer Nix onto your bazzite image and install it that way, but if you don’t know Nix it’ll be complicated