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(portable): do more fixes related to home-manager

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

+2 -2
+2 -2
hosts/portable/amd64/configuration.nix
··· 2 2 # your system. Help is available in the configuration.nix(5) man page 3 3 # and in the NixOS manual (accessible by running ‘nixos-help’). 4 4 5 - { config, pkgs, ... }: 5 + { config, pkgs, lib, home-manager, ... }: 6 6 7 7 let 8 8 baseHmConfig = import ../../../shared/home-manager/main.nix { 9 - inherit config pkgs; 9 + inherit config pkgs lib home-manager; 10 10 }; 11 11 in 12 12 {