reformat
This commit is contained in:
parent
932002fb86
commit
87a39426a4
2 changed files with 4 additions and 2 deletions
|
@ -24,7 +24,9 @@
|
|||
./hosts/work-ntb
|
||||
./hosts/base
|
||||
];
|
||||
specialArgs = { inherit inputs; };
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
};
|
||||
};
|
||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
|
||||
|
||||
services.gnome.gnome-browser-connector.enable = true;
|
||||
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue