Initial flake for lithium

This commit is contained in:
Vili Sinervä 2025-05-31 21:27:53 +03:00
parent 24aac9708b
commit 9d1bd2941f
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
3 changed files with 20 additions and 1 deletions

View file

@ -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;