From 6632a24144ac075d4f349a08cb9419e6910c2267 Mon Sep 17 00:00:00 2001 From: fnord Date: Wed, 7 May 2025 03:08:20 +0200 Subject: [PATCH] update from local to repo --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index e455612..5abdec7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,6 +13,7 @@ ./user-chch.nix ./boot.nix ./hostname.nix + ./flake.nix ]; # networking.hostName = "$HOSTNAME_HERE"; # Please Define hostname in hostname.nix @@ -47,12 +48,18 @@ openFirewall = true; }; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + + # Enabling HackRF One Support + hardware.hackrf.enable = true; + # Enable sound. services.pipewire = { enable = true; pulse.enable = true; }; + # Enable touchpad support (enabled default in most desktopManager). # services.libinput.enable = true; @@ -85,6 +92,7 @@ orca-slicer wineWowPackages.waylandFull freecad-wayland + gqrx ]; # Copy the NixOS configuration file and link it from the resulting system