Adds bluetooth support to laptop
This commit is contained in:
parent
dab56acd19
commit
5988687e75
1 changed files with 8 additions and 3 deletions
|
|
@ -111,7 +111,6 @@ in {
|
|||
};
|
||||
|
||||
# Enable sound
|
||||
#hardware.pulseaudio.enable = false;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
wireplumber.enable = true;
|
||||
|
|
@ -228,6 +227,7 @@ in {
|
|||
helvum
|
||||
easyeffects
|
||||
ani-cli
|
||||
bluetui
|
||||
wl-clipboard # clipboard for wayland
|
||||
pavucontrol
|
||||
qbittorrent # torrenting
|
||||
|
|
@ -273,6 +273,7 @@ in {
|
|||
eza
|
||||
ripgrep
|
||||
viddy # modern `watch` command
|
||||
thefuck
|
||||
|
||||
# TODO: once upgraded past Nix-24.07 this line won't be necessary (I think)
|
||||
# helix will support nixd by default
|
||||
|
|
@ -291,13 +292,12 @@ in {
|
|||
gnumake
|
||||
imagemagick
|
||||
|
||||
# Unix Commands
|
||||
# "Standard" Unix Commands
|
||||
file
|
||||
wget
|
||||
tree
|
||||
unzip
|
||||
unrar-free
|
||||
# Man Pages
|
||||
man-pages
|
||||
man-pages-posix
|
||||
];
|
||||
|
|
@ -400,6 +400,11 @@ in {
|
|||
# driSupport = true;
|
||||
# driSupport32Bit = true;
|
||||
# }
|
||||
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
};
|
||||
|
||||
# DO NOT MODIFY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue