summaryrefslogtreecommitdiff
path: root/options.nix
diff options
context:
space:
mode:
authorFreya Murphy <fmurphy@redcom.com>2026-03-10 18:24:07 -0400
committerFreya Murphy <fmurphy@redcom.com>2026-03-10 18:24:07 -0400
commit15a648192e29b096efdf4ef94ac846024fb51255 (patch)
tree03d7e75a8a25991c3c08a0bef2d3d1b53493b949 /options.nix
parentupdate commits (diff)
downloaddotfiles-nix-15a648192e29b096efdf4ef94ac846024fb51255.tar.gz
dotfiles-nix-15a648192e29b096efdf4ef94ac846024fb51255.tar.bz2
dotfiles-nix-15a648192e29b096efdf4ef94ac846024fb51255.zip
update stuff for work
Diffstat (limited to 'options.nix')
-rw-r--r--options.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.nix b/options.nix
index 6021d69..e2e9067 100644
--- a/options.nix
+++ b/options.nix
@@ -309,6 +309,7 @@ in {
primeBusIds = mkOption {
type = types.attrs;
description = "Set of nvidia prime gpu bus ids";
+ default = {};
};
};
minimal = mkEnableOption {