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.

fix(lairland): do one-line fix to make Zen browser buildops work

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

+2 -2
+1 -1
flake.nix
··· 128 128 ]; 129 129 130 130 specialArgs = { 131 - inherit inputs; 131 + zen-browser = zen-browser; 132 132 }; 133 133 }; 134 134
+1 -1
hosts/lairland/users/ajhalili2006.nix
··· 11 11 home.username = "ajhalili2006"; 12 12 home.homeDirectory = "/home/ajhalili2006"; 13 13 }; 14 - } 14 + }