add solaar to default desktop

This commit is contained in:
Vinzenz Schroeter 2024-08-03 17:35:55 +02:00
parent 16c9d8e615
commit 63d5b61414
2 changed files with 11 additions and 4 deletions

View file

@ -27,7 +27,7 @@ in {
# Enable the X11 windowing system / wayland depending on DE # Enable the X11 windowing system / wayland depending on DE
xserver = { xserver = {
enable = true; enable = true;
}; };
libinput.enable = true; libinput.enable = true;
@ -74,9 +74,9 @@ in {
systemd systemd
]; ];
}; };
appimage = { appimage = {
enable = true; enable = true;
binfmt = true; binfmt = true;
}; };
}; };
@ -143,5 +143,10 @@ appimage = {
(nerdfonts.override {fonts = ["FiraCode"];}) (nerdfonts.override {fonts = ["FiraCode"];})
]; ];
}; };
hardware.logitech.wireless = {
enable = true;
enableGraphical = true;
};
}; };
} }

View file

@ -28,6 +28,7 @@ in {
gsconnect gsconnect
battery-health-charging battery-health-charging
quick-settings-tweaker quick-settings-tweaker
solaar-extension
]); ]);
dconf.settings = { dconf.settings = {
@ -59,6 +60,7 @@ in {
"caffeine@patapon.info" "caffeine@patapon.info"
"GPaste@gnome-shell-extensions.gnome.org" "GPaste@gnome-shell-extensions.gnome.org"
"gsconnect@andyholmes.github.io" "gsconnect@andyholmes.github.io"
"solaar-extension@sidevesh"
]; ];
}; };
"ca/desrt/dconf-editor" = { "ca/desrt/dconf-editor" = {