Fix breakage.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{ pkgs, profile ? "cli", ... }:
|
||||
{
|
||||
imports = [ ./programs/${profile}.nix ];
|
||||
|
||||
home = {
|
||||
packages = (import ./packages.nix { inherit pkgs profile; }).packages;
|
||||
stateVersion = "24.05"; # TODO: unify this with the references in flake.nix:inputs
|
||||
@@ -42,6 +44,4 @@
|
||||
allowOther = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs = import ./programs/${profile}.nix { inherit pkgs; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user