[NixOS] Switch to pipewire and other fixes

This commit is contained in:
2024-09-26 14:25:30 -06:00
parent 814966b172
commit 700cccfd60
6 changed files with 41 additions and 59 deletions

View File

@@ -6,7 +6,7 @@
nixos-hardware = { url = "github:colonelpanic8/nixos-hardware/add-g834jzr"; };
nixpkgs = {
url = "github:colonelpanic8/nixpkgs/with-cursor";
url = "github:NixOS/nixpkgs/nixos-unstable";
};
home-manager = {
@@ -34,7 +34,7 @@
};
taffybar = {
url = "github:taffybar/taffybar";
url = "github:taffybar/taffybar/old-master";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
@@ -104,8 +104,6 @@
vscode-server.url = "github:nix-community/nixos-vscode-server";
nixpkgs-regression = { url = "github:NixOS/nixpkgs"; };
nixified-ai = { url = "github:nixified-ai/flake"; };
nixos-wsl = { url = "github:nix-community/NixOS-WSL"; };