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(flake): this is a bit of a strech

Applying those special args tooling for homeConfigurations soon,
per https://gist.github.com/ajhalili2006/66660fb705a73d6361a2dbb693b4508e

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

+5 -4
+2 -1
hosts/lairland/users/ajhalili2006.nix
··· 1 - { config, pkgs, lib, ... }: 1 + { config, pkgs, lib, zen-browser, ... }: 2 2 3 3 { 4 4 imports = [ 5 5 ../../../shared/home-manager/main.nix 6 + zen-browser.homeModules.beta 6 7 ]; 7 8 8 9 home.username = "ajhalili2006";
+3 -2
hosts/stellapent-cier/users/gildedguy.nix
··· 1 - { config, pkgs, lib, ... }: 1 + { config, pkgs, lib, home-manager, ... }: 2 2 3 3 { 4 4 imports = [ 5 5 ../../../shared/home-manager/main.nix 6 + zen-browser.homeModules.beta 6 7 ]; 7 8 8 9 home.username = "gildedguy"; 9 10 home.homeDirectory = "/home/gildedguy"; 10 - } 11 + }
-1
shared/home-manager/main.nix
··· 18 18 ./git.nix 19 19 ./shell.nix 20 20 ./fonts.nix 21 - zen-browser.homeModules.beta #iykyk 22 21 ]; 23 22 24 23 # https://fnordig.de/til/nix/home-manager-allow-unfree.html