diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-09 23:17:49 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-09 23:17:49 -0400 |
| commit | 5cebe15d8e2adc3fa227b582287740205862fdb0 (patch) | |
| tree | e8e04f43909f61326ef194bf645719859615a86f /system/default.nix | |
| parent | update commits (diff) | |
| download | dotfiles-nix-5cebe15d8e2adc3fa227b582287740205862fdb0.tar.gz dotfiles-nix-5cebe15d8e2adc3fa227b582287740205862fdb0.tar.bz2 dotfiles-nix-5cebe15d8e2adc3fa227b582287740205862fdb0.zip | |
add .enable to modules, add nvidia module, add obs app
Diffstat (limited to 'system/default.nix')
| -rw-r--r-- | system/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix index e912856..09f8076 100644 --- a/system/default.nix +++ b/system/default.nix @@ -17,6 +17,7 @@ ./fingerprint.nix ./hardware.nix ./networking.nix + ./nvidia.nix ./sshd.nix ./tpm.nix ]; |