Remove unused services
This commit is contained in:
parent
3ff6b6fc66
commit
ff7f7e8532
4 changed files with 27 additions and 18 deletions
24
home.nix
24
home.nix
|
|
@ -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
|
||||
# '';
|
||||
# };
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue