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;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
|
btop
|
||||||
tmux
|
tmux
|
||||||
manix
|
manix
|
||||||
clang
|
clang
|
||||||
|
@ -81,16 +81,9 @@
|
|||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = true;
|
||||||
security.rtkit.enable = true;
|
|
||||||
services.pipewire = {
|
|
||||||
enable = true;
|
|
||||||
alsa.enable = true;
|
|
||||||
alsa.support32Bit = true;
|
|
||||||
pulse.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Change default shell to zsh.
|
# Change default shell to zsh.
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
@ -118,6 +111,7 @@
|
|||||||
vim
|
vim
|
||||||
git
|
git
|
||||||
picom
|
picom
|
||||||
|
killall
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user