attempt to make github do the building for me :)
This commit is contained in:
parent
97b5f44872
commit
5dc93272cd
5 changed files with 61 additions and 13 deletions
|
|
@ -23,20 +23,22 @@
|
|||
|
||||
../../users/rin
|
||||
];
|
||||
nix = {
|
||||
nix = rec {
|
||||
package = pkgs.nixUnstable;
|
||||
binaryCaches = [
|
||||
"https://cache.nixos.org?priority=10"
|
||||
"https://lava.cachix.org"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"lava.cachix.org-1:8lTWI/3IKWHByzzYHZySunMPYs2eAJw2duL+uLZkSy0="
|
||||
];
|
||||
trustedBinaryCaches = binaryCaches;
|
||||
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
};
|
||||
nixpkgs.overlays = with overlays; [
|
||||
discord
|
||||
linux
|
||||
polybar
|
||||
picom
|
||||
wine-osu
|
||||
winetricks
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"intel_pstate=passive"
|
||||
"msr.allow_writes=on"
|
||||
];
|
||||
kernelPackages = pkgs.lib.mkForce pkgs.linux-lava;
|
||||
kernelPackages = pkgs.lib.mkForce (pkgs.linuxPackagesFor pkgs.linux-lava);
|
||||
};
|
||||
zramSwap.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue