From b70c84008331e3c5cb200a8b3a3574cf16f146f9 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 29 May 2024 22:42:45 -0700 Subject: [PATCH] rust style consolidation --- configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 79c67d1..428bd4d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -78,10 +78,10 @@ #media-session.enable = true; }; - # Enable touchpad support (enabled default in most desktopManager). - # services.xserver.libinput.enable = true; - nix.settings.experimental-features = [ "nix-command" "flakes" ]; - nix.settings.auto-optimise-store = true; + nix.settings = { + experimental-features = [ "nix-command" "flakes" ]; + auto-optimise-store = true; + }; programs.nix-ld.enable = true; # programs.nix-ld.libraries = with pkgs; [