added formatter and reformated

This commit is contained in:
ISnortPennies 2023-01-19 18:51:32 -05:00
parent 733eda4798
commit e1987d6461
24 changed files with 286 additions and 284 deletions

View file

@ -1,5 +1,5 @@
let
pkgs = import <nixpkgs> {};
let
pkgs = import <nixpkgs> { };
in
with pkgs;
mkShell rec {
@ -9,7 +9,7 @@ mkShell rec {
xorg.libXft
xorg.libXcursor
];
nativeBuildInputs = [
nativeBuildInputs = [
pkg-config
ncurses
fontconfig