1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 12:14:07 +00:00
This commit is contained in:
Rae 5e 2024-12-30 16:43:58 -05:00
parent ab985c49d4
commit a406e8751d
4 changed files with 25 additions and 8 deletions

View file

@ -20,7 +20,7 @@
};
services = {
# X11
# Xorg
xserver = {
enable = true;
xkb.layout = "us";
@ -45,7 +45,6 @@
# Touchpad support
libinput.enable = true;
# OpenSSH
openssh = {
enable = true;
knownHosts = {
@ -66,8 +65,16 @@
};
# CUPS printing
printing.enable = true;
# Flatpak
flatpak.enable = true;
blueman.enable = true;
};
hardware = {
bluetooth = {
enable = true;
powerOnBoot = true;
};
pulseaudio.enable = true;
};
xdg.portal = {