sound debugging

This commit is contained in:
xqtc161 2024-04-12 12:50:50 +02:00
parent 38b08f6e80
commit 74ea01296c
4 changed files with 16 additions and 10 deletions

View file

@ -21,6 +21,7 @@ with inputs; {
leechblock-ng leechblock-ng
darkreader darkreader
stylus stylus
violentmonkey
vimium-c vimium-c
noscript noscript
]; ];

View file

@ -29,6 +29,8 @@ in {
pkgs.anki pkgs.anki
pkgs.obsidian
pkgs.brightnessctl pkgs.brightnessctl
pkgs.pavucontrol pkgs.pavucontrol

View file

@ -8,7 +8,7 @@
zsh.enable = true; zsh.enable = true;
atuin = { atuin = {
enable = true; enable = true;
enableNushellIntegration = true; enableNushellIntegration = false;
}; };
eza.enable = true; eza.enable = true;
nushell = { nushell = {

View file

@ -32,6 +32,8 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = false; boot.loader.efi.canTouchEfiVariables = false;
services.pcscd.enable = true;
networking.hostName = "alastor"; # Define your hostname. networking.hostName = "alastor"; # Define your hostname.
# Pick only one of the below networking options. # Pick only one of the below networking options.
networking.wireless.iwd = { networking.wireless.iwd = {
@ -70,17 +72,17 @@
# Enable sound. # Enable sound.
sound.enable = true; sound.enable = true;
# hardware.pulseaudio.enable = true; # hardware.pulseaudio.enable = true;
hardware.pulseaudio.enable = false; # hardware.pulseaudio.enable = true;
security.rtkit.enable = true; security.rtkit.enable = true;
security.polkit.enable = true; security.polkit.enable = true;
services.pipewire = { # services.pipewire = {
enable = true; # enable = true;
alsa.enable = true; # alsa.enable = true;
alsa.support32Bit = true; # alsa.support32Bit = true;
pulse.enable = true; # pulse.enable = true;
# If you want to use JACK applications, uncomment this # # If you want to use JACK applications, uncomment this
jack.enable = true; # jack.enable = true;
}; # };
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true; services.xserver.libinput.enable = true;
@ -133,6 +135,7 @@
}; };
services.resolved.enable = true; services.resolved.enable = true;
services.mullvad-vpn.enable = true;
programs.dconf.enable = true; programs.dconf.enable = true;
# List services that you want to enable: # List services that you want to enable: