chore: spring cleaning
purge unused files fmt according to alejandra syntax
This commit is contained in:
parent
72381b3f46
commit
b60c28d972
6 changed files with 31 additions and 7 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue