the-argus is a chad

This commit is contained in:
ISnortPennies 2023-02-06 21:59:39 -05:00
parent ec27847966
commit ad16fd69f5
3 changed files with 7 additions and 6 deletions

View file

@ -20,6 +20,7 @@
hardware.pulseaudio.enable = lib.mkForce false; #disable pulseAudio hardware.pulseaudio.enable = lib.mkForce false; #disable pulseAudio
services.pipewire = { services.pipewire = {
enable = true; enable = true;
audio.enable = true;
wireplumber.enable = true; wireplumber.enable = true;
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;

10
flake.lock generated
View file

@ -105,15 +105,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1675562731, "lastModified": 1675736383,
"narHash": "sha256-L1PZV1sYymzyklrluQ39J0yJQDPIv6W7eMogwv4hoOY=", "narHash": "sha256-fjQmN3pYGstBNHCFdmPzDf1/Dt04v3b7+/w4cQ4gkKo=",
"owner": "Gerg-L", "owner": "the-argus",
"repo": "spicetify-nix", "repo": "spicetify-nix",
"rev": "909c78b2741ead6de08aa170ad5eb81f44b936ef", "rev": "ec85c2a2f5d1035142b8e383cc77b68bb0b9ebc8",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Gerg-L", "owner": "the-argus",
"repo": "spicetify-nix", "repo": "spicetify-nix",
"type": "github" "type": "github"
} }

View file

@ -2,7 +2,7 @@
inputs = { inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
spicetify-nix = { spicetify-nix = {
url = github:Gerg-L/spicetify-nix; url = github:the-argus/spicetify-nix;
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
suckless = { suckless = {