Remove manual numlock integration

It is already setup via xsession.numlock.enable = true;
This commit is contained in:
Daniel Siepmann 2023-01-10 15:26:25 +01:00
parent b03991f654
commit 32a98da066
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 0 additions and 5 deletions

View file

@ -27,7 +27,6 @@ with pkgs; [
tree
(callPackage ./packages/rst2pdf { })
(callPackage ./packages/sitediff { })
numlockx
borgbackup
keepassxc

View file

@ -179,10 +179,6 @@ in {
startup = [
# Start programs / applets
{
command = "numlockx off";
notification = false;
}
{
command = "nm-applet";
notification = false;