chore: remove unused bindings

This commit is contained in:
notohh 2023-03-31 18:31:04 -04:00
parent e630df5680
commit f235caf25d
Signed by: notohh
GPG key ID: BD47506D475EE86D
5 changed files with 0 additions and 5 deletions

View file

@ -1,5 +1,4 @@
{ {
default,
... ...
}: { }: {
imports = [ imports = [

View file

@ -1,5 +1,4 @@
{ {
default,
... ...
}: { }: {

View file

@ -1,5 +1,4 @@
{ {
pkgs,
... ...
}: { }: {
home.file.".local/bin/lock" = { home.file.".local/bin/lock" = {

View file

@ -1,5 +1,4 @@
{ {
pkgs,
... ...
}: { }: {
services.tailscale = { services.tailscale = {

View file

@ -1,5 +1,4 @@
{ {
default,
... ...
}: { }: {
systemd.services.systemd-udevd.restartIfChanged = false; systemd.services.systemd-udevd.restartIfChanged = false;