Added btop and switched from pipewire to pulseaudio
This commit is contained in:
parent
9e563b6be4
commit
77807d11b3
@ -4,6 +4,7 @@
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.packages = (with pkgs; [
|
||||
btop
|
||||
tmux
|
||||
manix
|
||||
clang
|
||||
|
@ -81,16 +81,9 @@
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
# Enable sound with
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
# Change default shell to zsh.
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
@ -118,6 +111,7 @@
|
||||
vim
|
||||
git
|
||||
picom
|
||||
killall
|
||||
];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
|
Loading…
x
Reference in New Issue
Block a user