chore: format code

This commit is contained in:
Jacob Bachmann 2024-01-13 15:45:43 +01:00
parent db4c3408de
commit b77debd170
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
9 changed files with 41 additions and 37 deletions

View file

@ -5,7 +5,8 @@ let
# common = (import ../common.nix) { pkgs = pkgs; lib = lib; };
common = (import ../common.nix) { inherit pkgs; inherit lib; };
in {
in
{
imports = [
./autorandr.nix