diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 14:48:29 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 14:48:29 +0100 |
| commit | 66e225cdd30fdcfe414d646398c883ae7e96e630 (patch) | |
| tree | 6ca05ef5946a85ff76ea6ea975e5aa982b9cb2b0 /modules/nixos/base/default.nix | |
| parent | 8e7f3f16da6cf4ed87685d93f408316c5b2b189a (diff) | |
moved audio ocnfig to its own file
Diffstat (limited to 'modules/nixos/base/default.nix')
| -rw-r--r-- | modules/nixos/base/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nixos/base/default.nix b/modules/nixos/base/default.nix index 51ca997..d49f742 100644 --- a/modules/nixos/base/default.nix +++ b/modules/nixos/base/default.nix @@ -2,6 +2,7 @@ { imports = [ + ./audio.nix ./nix.nix ./bluetooth.nix ./boot.nix |
