From 1b74af940e0a476a0889d63a08d368df2183f965 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Tue, 31 Mar 2026 00:08:07 -0500 Subject: [PATCH] update inputs, clean up bluetooth --- configuration.nix | 32 ++++---------------------------- flake.lock | 30 +++++++++++++++--------------- flake.nix | 1 - 3 files changed, 19 insertions(+), 44 deletions(-) diff --git a/configuration.nix b/configuration.nix index 15a78aa..eb6e155 100755 --- a/configuration.nix +++ b/configuration.nix @@ -34,7 +34,6 @@ "/var/log" "/var/db/sudo/lectured" "/var/lib/nixos" - "/var/lib/bluetooth" ]; }; @@ -103,16 +102,11 @@ openFirewall = true; }; - # Graphical bluetooth - services.blueman.enable = true; - # Enable sound. - # hardware.pulseaudio.enable = true; - # OR - # services.pipewire = { - # enable = true; - # pulse.enable = true; - # }; + services.pipewire = { + enable = true; + pulse.enable = true; + }; # Enable touchpad support (enabled default in most desktopManager). services.libinput.enable = true; @@ -175,24 +169,6 @@ }; }; - hardware.bluetooth = { - enable = true; - powerOnBoot = true; - settings = { - General = { - # Shows battery charge of connected devices on supported - # Bluetooth adapters. Defaults to 'false'. - Experimental = true; - }; - Policy = { - # Enable all controllers when they are found. This includes - # adapters present on start as well as adapters that are plugged - # in later on. - AutoEnable = true; - }; - }; - }; - environment.sessionVariables.NIXOS_OZONE_WL = "1"; environment.variables = { diff --git a/flake.lock b/flake.lock index 5d0b944..f5b4779 100755 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1772867152, - "narHash": "sha256-RIFgZ4O6Eg+5ysZ8Tqb3YvcqiRaNy440GEY22ltjRrs=", + "lastModified": 1773889306, + "narHash": "sha256-PAqwnsBSI9SVC2QugvQ3xeYCB0otOwCacB1ueQj2tgw=", "owner": "nix-community", "repo": "disko", - "rev": "eaafb89b56e948661d618eefd4757d9ea8d77514", + "rev": "5ad85c82cc52264f4beddc934ba57f3789f28347", "type": "github" }, "original": { @@ -28,11 +28,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1772957263, - "narHash": "sha256-Rg/pXdpJFK5pGwUEu0wop942QgbrEch+dWB05h3l7uc=", + "lastModified": 1774843378, + "narHash": "sha256-8QLbY8F7UdxeQaW0KUVgr1/YPIupe+1lGjS5joR+ZCw=", "owner": "rycee", "repo": "nur-expressions", - "rev": "be0d1413792f3811be7e0c4e9b17e94cbbe73fb9", + "rev": "0a31b668e3ebb599f95dc518076d709e8dddb57c", "type": "gitlab" }, "original": { @@ -88,11 +88,11 @@ ] }, "locked": { - "lastModified": 1772985280, - "narHash": "sha256-FdrNykOoY9VStevU4zjSUdvsL9SzJTcXt4omdEDZDLk=", + "lastModified": 1774875830, + "narHash": "sha256-WPYlTmZvVa9dWlAziFkVjBdv1Z6giNIq40O1DxsBmiI=", "owner": "nix-community", "repo": "home-manager", - "rev": "8f736f007139d7f70752657dff6a401a585d6cbc", + "rev": "7afd8cebb99e25a64a745765920e663478eb8830", "type": "github" }, "original": { @@ -188,11 +188,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1772822230, - "narHash": "sha256-yf3iYLGbGVlIthlQIk5/4/EQDZNNEmuqKZkQssMljuw=", + "lastModified": 1774799055, + "narHash": "sha256-Tsq9BCz0q47ej1uFF39m4tuhcwru/ls6vCCJzutEpaw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "71caefce12ba78d84fe618cf61644dce01cf3a96", + "rev": "107cba9eb4a8d8c9f8e9e61266d78d340867913a", "type": "github" }, "original": { @@ -267,11 +267,11 @@ ] }, "locked": { - "lastModified": 1772944399, - "narHash": "sha256-xTzsSd3r5HBeufSZ3fszAn0ldfKctvsYG7tT2YJg5gY=", + "lastModified": 1774910634, + "narHash": "sha256-B+rZDPyktGEjOMt8PcHKYmgmKoF+GaNAFJhguktXAo0=", "owner": "Mic92", "repo": "sops-nix", - "rev": "c8e69670b316d6788e435a3aa0bda74eb1b82cc0", + "rev": "19bf3d8678fbbfbc173beaa0b5b37d37938db301", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index fb0f1f5..2f1591b 100755 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,6 @@ firefox-addons, }@inputs: { - nixosConfigurations.default = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [