Finally got emacs to stop complaining about ctrl01
This commit is contained in:
parent
9440bfad19
commit
1e81adac73
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Reference in New Issue
Block a user