Squash bugs and make aspi config work
This commit is contained in:
12
modules/home-manager/non-nixos.nix
Normal file
12
modules/home-manager/non-nixos.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) types mkOption;
|
||||
in
|
||||
{
|
||||
options.is-nixos = mkOption {
|
||||
type = types.bool;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user