This commit is contained in:
Jakub Kropáček 2024-09-20 23:44:27 +02:00
parent 932002fb86
commit 87a39426a4
2 changed files with 4 additions and 2 deletions

View file

@ -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;

View file

@ -52,7 +52,7 @@
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
};
services.gnome.gnome-browser-connector.enable = true;
environment.gnome.excludePackages = with pkgs; [