Revert "nix: add cachix to nixos module"

This reverts commit 5b7fec481b.
Will clarify better how to enable Cachix, in the wiki.
This commit is contained in:
Mihai Fufezan 2022-12-09 13:36:23 +02:00
parent 726732244a
commit 9fc143cf3d
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
1 changed files with 0 additions and 9 deletions

View File

@ -50,21 +50,12 @@ in {
NIXOS_OZONE_WL = "1";
};
};
fonts.enableDefaultFonts = mkDefault true;
hardware.opengl.enable = mkDefault true;
# enable cachix
nix.settings = {
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
programs = {
dconf.enable = mkDefault true;
xwayland.enable = mkDefault true;
};
security.polkit.enable = true;
services.xserver.displayManager.sessionPackages = lib.optional (cfg.package != null) cfg.package;
xdg.portal = {