Initial flake for lithium
This commit is contained in:
parent
24aac9708b
commit
9d1bd2941f
3 changed files with 20 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
imports = [ /etc/nixos/hardware-configuration.nix ];
|
||||
|
||||
options.custom.gua_pref = lib.mkOption {
|
||||
type = with lib.types; nullOr (strMatching "^[0-9a-zA-Z:]+$");
|
||||
default = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue