chore: spring cleaning

purge unused files
fmt according to alejandra syntax
This commit is contained in:
Zhongheng Liu 2024-12-17 00:51:29 +02:00
commit b60c28d972
Signed by: steven
GPG key ID: 805A28B071DAD84B
6 changed files with 31 additions and 7 deletions

View file

@ -1,6 +1,7 @@
{
config,
pkgs,
lib,
...
}: {
home.packages = with pkgs; [foot];
@ -58,6 +59,7 @@
};
bind = import ./binds.nix {
inherit config;
inherit lib;
inherit pkgs;
};
bindm = [