Finally got emacs to stop complaining about ctrl01

This commit is contained in:
James Patrick 2022-05-03 00:11:34 -04:00
parent 9440bfad19
commit 1e81adac73
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@ in with lib; {
home.packages = with pkgs; [
air
gcc
gocode
golangci-lint
gomodifytags
@ -30,5 +29,6 @@ in with lib; {
gotests
];
};
environment.systemPackages = with pkgs; [ gcc gccgo go libcap ];
};
}