From 046913568c4468caf2c0910a83a5240394db9b63 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Thu, 15 May 2025 21:12:43 -0400 Subject: [PATCH] ^ --- dot_config/flake/flake.nix | 4 +--- dot_config/flake/machines/wash/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index 0d8e20e..ef03985 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -33,7 +33,7 @@ darwin, helix, stylix, - ... + ... } @ inputs: let inherit (self) outputs; @@ -77,8 +77,6 @@ stylix.nixosModules.stylix - cosmic.nixosModules.default - ./machines/wash/configuration.nix home-manager.nixosModules.home-manager diff --git a/dot_config/flake/machines/wash/configuration.nix b/dot_config/flake/machines/wash/configuration.nix index 1303ac3..97c6dc0 100644 --- a/dot_config/flake/machines/wash/configuration.nix +++ b/dot_config/flake/machines/wash/configuration.nix @@ -106,7 +106,7 @@ services.fprintd.enable = true; # Enable sound with pipewire. - hardware.pulseaudio.enable = false; + services.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true;