A complete reformatting to match nixpkgs-fmt
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
greg = {
|
||||
vscodium = true;
|
||||
development = true;
|
||||
gnome = true;
|
||||
gui = true;
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
cargo
|
||||
freeciv
|
||||
#freeciv_qt
|
||||
];
|
||||
greg = {
|
||||
vscodium = true;
|
||||
development = true;
|
||||
gnome = true;
|
||||
gui = true;
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
cargo
|
||||
freeciv
|
||||
#freeciv_qt
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user