NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(home-manager): add zen-browser-flake hm module for beta releases

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+5 -1
+5 -1
shared/home-manager/desktop.nix
··· 1 1 # Desktop apps and related configs go here in this Nix file 2 - { pkgs, ... }: 2 + { pkgs, zen-browser, ... }: 3 3 4 4 { 5 + imports = [ 6 + zen-browser.homeModule.beta 7 + ]; 8 + 5 9 home.packages = with pkgs; [ 6 10 _1password-gui 7 11 firefoxpwa