From c37719764c7899608a36576ae1ba2b3cc3680e94 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 18 Aug 2021 11:42:40 +0200 Subject: Flakeify home config Use nix flakes instead of niv for pinning dependency channels. First step towards merging my "nixos-system" and "nixos-home" configs into a single trivially reproducible flake setup. Apply home config via: > nix build .#homeManagerConfigurations.common.activationPackage --impure > ./result/activate --- custom.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'custom.nix') diff --git a/custom.nix b/custom.nix index 918460a..38a0046 100644 --- a/custom.nix +++ b/custom.nix @@ -3,6 +3,7 @@ let mkOption = pkgs.lib.mkOption; types = pkgs.lib.types; + in { options.custom = { hidpi = mkOption { -- cgit v1.2.3