Refactor nh and just

This commit is contained in:
SebastianStork 2024-08-05 23:31:56 +02:00
parent 32dc565a35
commit f4a6faf1d3
8 changed files with 13 additions and 20 deletions

View file

@ -1,9 +0,0 @@
{ config, lib, ... }:
{
options.myConfig.nix-helper.enable = lib.mkEnableOption "";
config = lib.mkIf config.myConfig.nix-helper.enable {
environment.sessionVariables.FLAKE = "/home/seb/Projects/nixos/my-config";
programs.nh.enable = true;
};
}