Skip to content

Commit

Permalink
fix: removed deprecated option/package in latest nixpkgs-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Jul 22, 2024
1 parent 407159b commit f1bfdaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion hm/profiles/nix/utils/converters.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
pkgs.crystal2nix # Crystal shard.lock
pkgs.dconf2nix # GNOME Settings
pkgs.deadnix # Find unused code
pkgs.dep2nix # Convert Gopkg.lock to deps.nix
pkgs.elm2nix # Elm
#pkgs.go2nix # Go apps packaging for Nix (Archived upstream)
pkgs.mix2nix # Generate Nix expressions from mix.lock
Expand Down
2 changes: 0 additions & 2 deletions nixos/profiles/desktop/pipewire.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ inputs, config, lib, pkgs, user, ... }: {
imports = [ ];
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
Expand All @@ -8,6 +7,5 @@
alsa.support32Bit = true;
pulse.enable = true;
};
sound.enable = true;
users.users.${user}.extraGroups = [ "audio" ];
}

0 comments on commit f1bfdaf

Please sign in to comment.