@@ -4,6 +4,7 @@ let
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  commonModules = [
 | 
					  commonModules = [
 | 
				
			||||||
    ./nvim.nix
 | 
					    ./nvim.nix
 | 
				
			||||||
 | 
					    ./nix.nix
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      _module.args = globalArgs;
 | 
					      _module.args = globalArgs;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -11,7 +12,6 @@ let
 | 
				
			|||||||
  desktopModules = [
 | 
					  desktopModules = [
 | 
				
			||||||
    ./xorg.nix
 | 
					    ./xorg.nix
 | 
				
			||||||
    ./wayland.nix
 | 
					    ./wayland.nix
 | 
				
			||||||
    ./nix.nix
 | 
					 | 
				
			||||||
    ./desktop-pkgs.nix
 | 
					    ./desktop-pkgs.nix
 | 
				
			||||||
    ./sound.nix
 | 
					    ./sound.nix
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,7 @@
 | 
				
			|||||||
  nixpkgs = {
 | 
					  nixpkgs = {
 | 
				
			||||||
    config = {
 | 
					    config = {
 | 
				
			||||||
      allowBroken = true;
 | 
					      allowBroken = true;
 | 
				
			||||||
 | 
					      allowUnfree = true;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    overlays = [
 | 
					    overlays = [
 | 
				
			||||||
      self.overlays.default
 | 
					      self.overlays.default
 | 
				
			||||||
@@ -15,14 +16,12 @@
 | 
				
			|||||||
    '';
 | 
					    '';
 | 
				
			||||||
    settings = {
 | 
					    settings = {
 | 
				
			||||||
      auto-optimise-store = true;
 | 
					      auto-optimise-store = true;
 | 
				
			||||||
      trusted-users = [ "root" "natto" ];
 | 
					      trusted-users = [ "root" "@wheel" ];
 | 
				
			||||||
      substituters = [
 | 
					      substituters = [
 | 
				
			||||||
        "https://nix-gaming.cachix.org"
 | 
					 | 
				
			||||||
        "https://nix-community.cachix.org"
 | 
					        "https://nix-community.cachix.org"
 | 
				
			||||||
        #       "https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store"
 | 
					        "https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store"
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
      trusted-public-keys = [
 | 
					      trusted-public-keys = [
 | 
				
			||||||
        "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
 | 
					 | 
				
			||||||
        "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
 | 
					        "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user