Remove unused services

This commit is contained in:
Filippo Berto 2021-08-24 10:01:49 +02:00
parent 3ff6b6fc66
commit ff7f7e8532
4 changed files with 27 additions and 18 deletions

View file

@ -179,23 +179,23 @@ in
programs.home-manager.enable = true;
services = {
blueman-applet.enable = true;
# blueman-applet.enable = true;
caffeine.enable = true;
cbatticon.enable = true;
# cbatticon.enable = true;
gnome-keyring.enable = true;
network-manager-applet.enable = true;
# network-manager-applet.enable = true;
playerctld.enable = true;
# poweralertd.enable = true;
};
xsession = {
enable = true;
numlock.enable = true;
initExtra = ''
## Touchpad
${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Natural Scrolling Enabled' 1
${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Tapping Enabled' 1
'';
};
# xsession = {
# enable = true;
# numlock.enable = true;
# initExtra = ''
# ## Touchpad
# ${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Natural Scrolling Enabled' 1
# ${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Tapping Enabled' 1
# '';
# };
}