mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
add solaar to default desktop
This commit is contained in:
parent
16c9d8e615
commit
63d5b61414
|
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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" = {
|
||||||
|
|
Loading…
Reference in a new issue