diff options
| author | Freya Murphy <fmurphy@redcom.com> | 2026-03-10 18:24:07 -0400 |
|---|---|---|
| committer | Freya Murphy <fmurphy@redcom.com> | 2026-03-10 18:24:07 -0400 |
| commit | 15a648192e29b096efdf4ef94ac846024fb51255 (patch) | |
| tree | 03d7e75a8a25991c3c08a0bef2d3d1b53493b949 /options.nix | |
| parent | update commits (diff) | |
| download | dotfiles-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.nix | 1 |
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 { |