aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-09-23 07:12:27 -0300
committerEuAndreh <eu@euandre.org>2023-09-23 07:12:27 -0300
commit8a6673b772dfc88cd08d0c757bf991cbc8a18461 (patch)
treef7072d22b2abcd5dcc30fdb2423232de1aba34b7
parentetc/guix/home.scm: Add WIP packaging of "tg" (diff)
downloaddotfiles-8a6673b772dfc88cd08d0c757bf991cbc8a18461.tar.gz
dotfiles-8a6673b772dfc88cd08d0c757bf991cbc8a18461.tar.xz
etc/nix/configuration.nix: Enable nix experimental options
-rw-r--r--etc/nix/configuration.nix4
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 = {