mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 16:40:33 +01:00
sound debugging
This commit is contained in:
parent
38b08f6e80
commit
74ea01296c
|
@ -21,6 +21,7 @@ with inputs; {
|
|||
leechblock-ng
|
||||
darkreader
|
||||
stylus
|
||||
violentmonkey
|
||||
vimium-c
|
||||
noscript
|
||||
];
|
||||
|
|
|
@ -29,6 +29,8 @@ in {
|
|||
|
||||
pkgs.anki
|
||||
|
||||
pkgs.obsidian
|
||||
|
||||
pkgs.brightnessctl
|
||||
pkgs.pavucontrol
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
zsh.enable = true;
|
||||
atuin = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
enableNushellIntegration = false;
|
||||
};
|
||||
eza.enable = true;
|
||||
nushell = {
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
|
||||
services.pcscd.enable = true;
|
||||
|
||||
networking.hostName = "alastor"; # Define your hostname.
|
||||
# Pick only one of the below networking options.
|
||||
networking.wireless.iwd = {
|
||||
|
@ -70,17 +72,17 @@
|
|||
# Enable sound.
|
||||
sound.enable = true;
|
||||
# hardware.pulseaudio.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
# hardware.pulseaudio.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
security.polkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
# If you want to use JACK applications, uncomment this
|
||||
jack.enable = true;
|
||||
};
|
||||
# services.pipewire = {
|
||||
# enable = true;
|
||||
# alsa.enable = true;
|
||||
# alsa.support32Bit = true;
|
||||
# pulse.enable = true;
|
||||
# # If you want to use JACK applications, uncomment this
|
||||
# jack.enable = true;
|
||||
# };
|
||||
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
services.xserver.libinput.enable = true;
|
||||
|
@ -133,6 +135,7 @@
|
|||
};
|
||||
|
||||
services.resolved.enable = true;
|
||||
services.mullvad-vpn.enable = true;
|
||||
|
||||
programs.dconf.enable = true;
|
||||
# List services that you want to enable:
|
||||
|
|
Loading…
Reference in a new issue