r2modman for lethal company
This commit is contained in:
parent
873abf7e2d
commit
2a10419d95
3 changed files with 7 additions and 41 deletions
|
@ -8,6 +8,12 @@
|
|||
../virt
|
||||
];
|
||||
|
||||
# Allow packages from nixpkgs
|
||||
nixpks.config = {
|
||||
permittedInsecurePackages = ["electron-25.9.0"]; # Used for r2modman
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
#Optimise nix store
|
||||
nix = {
|
||||
optimise.automatic = true;
|
||||
|
@ -83,9 +89,6 @@
|
|||
extraGroups = [ "networkmanager" "wheel" "surface-control" "docker" ];
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Configure fonts
|
||||
fonts.packages = with pkgs; [
|
||||
alegreya
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue