diff options
author | EuAndreh <eu@euandre.org> | 2023-09-23 07:12:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-09-23 07:12:27 -0300 |
commit | 8a6673b772dfc88cd08d0c757bf991cbc8a18461 (patch) | |
tree | f7072d22b2abcd5dcc30fdb2423232de1aba34b7 | |
parent | etc/guix/home.scm: Add WIP packaging of "tg" (diff) | |
download | dotfiles-8a6673b772dfc88cd08d0c757bf991cbc8a18461.tar.gz dotfiles-8a6673b772dfc88cd08d0c757bf991cbc8a18461.tar.xz |
etc/nix/configuration.nix: Enable nix experimental options
-rw-r--r-- | etc/nix/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 15e8f39..2a33d60 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -45,6 +45,10 @@ kernelModules = [ "kvm-intel" ]; }; + nix.extraOptions = '' + experimental-features = flakes nix-command + ''; + hardware = { bluetooth.enable = true; pulseaudio = { |