From ad16fd69f5e1f2ea04e6a2a9e4a76061472f4332 Mon Sep 17 00:00:00 2001 From: ISnortPennies Date: Mon, 6 Feb 2023 21:59:39 -0500 Subject: [PATCH] the-argus is a chad --- common.nix | 1 + flake.lock | 10 +++++----- flake.nix | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/common.nix b/common.nix index 3e860f1..085946c 100644 --- a/common.nix +++ b/common.nix @@ -20,6 +20,7 @@ hardware.pulseaudio.enable = lib.mkForce false; #disable pulseAudio services.pipewire = { enable = true; + audio.enable = true; wireplumber.enable = true; alsa.enable = true; alsa.support32Bit = true; diff --git a/flake.lock b/flake.lock index 5f20c7e..222d9d7 100644 --- a/flake.lock +++ b/flake.lock @@ -105,15 +105,15 @@ ] }, "locked": { - "lastModified": 1675562731, - "narHash": "sha256-L1PZV1sYymzyklrluQ39J0yJQDPIv6W7eMogwv4hoOY=", - "owner": "Gerg-L", + "lastModified": 1675736383, + "narHash": "sha256-fjQmN3pYGstBNHCFdmPzDf1/Dt04v3b7+/w4cQ4gkKo=", + "owner": "the-argus", "repo": "spicetify-nix", - "rev": "909c78b2741ead6de08aa170ad5eb81f44b936ef", + "rev": "ec85c2a2f5d1035142b8e383cc77b68bb0b9ebc8", "type": "github" }, "original": { - "owner": "Gerg-L", + "owner": "the-argus", "repo": "spicetify-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index cc3d837..e5e35a7 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ inputs = { nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; spicetify-nix = { - url = github:Gerg-L/spicetify-nix; + url = github:the-argus/spicetify-nix; inputs.nixpkgs.follows = "nixpkgs"; }; suckless = {