move kdeconnect settings to nixosModule
This commit is contained in:
parent
a63f1c69c7
commit
16422ccbd7
7 changed files with 56 additions and 36 deletions
|
@ -4,7 +4,6 @@
|
|||
home.packages =
|
||||
with pkgs.gnomeExtensions;
|
||||
[
|
||||
gsconnect
|
||||
# battery-health-charging
|
||||
quick-settings-tweaker
|
||||
solaar-extension
|
||||
|
@ -16,7 +15,6 @@
|
|||
"org/gnome/shell" = {
|
||||
enabled-extensions = [
|
||||
"GPaste@gnome-shell-extensions.gnome.org"
|
||||
"gsconnect@andyholmes.github.io"
|
||||
"solaar-extension@sidevesh"
|
||||
"AlphabeticalAppGrid@stuarthayhurst"
|
||||
];
|
||||
|
|
|
@ -16,16 +16,7 @@
|
|||
name = "adwaita-dark";
|
||||
};
|
||||
|
||||
services = {
|
||||
kdeconnect = {
|
||||
enable = true;
|
||||
# this still shows up in gnome session starting with 25.05
|
||||
# indicator = true;
|
||||
};
|
||||
mako = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
services.mako.enable = true;
|
||||
|
||||
programs.niri.settings = {
|
||||
input.keyboard.xkb.layout = "de";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue