mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
7954e23568
commit
fb76647ea4
1 changed files with 15 additions and 10 deletions
|
@ -45,6 +45,21 @@
|
||||||
|
|
||||||
# Touchpad support
|
# Touchpad support
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
|
# Sound
|
||||||
|
pipewire = {
|
||||||
|
enable = true;
|
||||||
|
alsa.enable = true;
|
||||||
|
pulse.enable = true;
|
||||||
|
};
|
||||||
|
# TODO
|
||||||
|
mpd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
# CUPS printing
|
||||||
|
printing.enable = true;
|
||||||
|
# misc
|
||||||
|
flatpak.enable = true;
|
||||||
|
blueman.enable = true;
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
knownHosts = {
|
knownHosts = {
|
||||||
|
@ -58,16 +73,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# Sound
|
|
||||||
pipewire = {
|
|
||||||
enable = true;
|
|
||||||
alsa.enable = true;
|
|
||||||
pulse.enable = true;
|
|
||||||
};
|
|
||||||
# CUPS printing
|
|
||||||
printing.enable = true;
|
|
||||||
flatpak.enable = true;
|
|
||||||
blueman.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
Loading…
Reference in a new issue