Skip to content

Commit

Permalink
chore: update flake.lock dependencies
Browse files Browse the repository at this point in the history
- Updated `home-manager` to revision `038630363e7de57c36c417fd2f5d7c14773403e4` with new `narHash` and `lastModified`.
- Updated `nix-darwin` to revision `48b50b3b137be5cfb9f4d006835ce7c3fe558ccc` with new `narHash` and `lastModified`.
- Updated `nixpkgs` and `nixpkgs_2` to revision `c31898adf5a8ed202ce5bea9f347b1c6871f32d1` with new `narHash` and `lastModified`.
- Updated `thealtf4stream.nvim` to revision `2e2adb7994a26b72ade3b9a46de3ecb9ed02147b` with new `narHash` and `lastModified`.

refactor: remove pulseaudio configuration

- Removed pulseaudio configuration from `hardware` in `configuration-desktop.nix`.
  • Loading branch information
erikreinert committed Oct 8, 2024
1 parent 95d05a8 commit 1575db3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions lib/nixos/configuration-desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@

hardware = {
graphics.enable = true;

pulseaudio = {
enable = true;
extraConfig = "unload-module module-suspend-on-idle";
support32Bit = true;
};
};

programs = {
Expand Down

0 comments on commit 1575db3

Please sign in to comment.