r2modman for lethal company
This commit is contained in:
parent
873abf7e2d
commit
2a10419d95
3 changed files with 7 additions and 41 deletions
38
flake.lock
generated
38
flake.lock
generated
|
@ -20,43 +20,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"niri": {
|
|
||||||
"inputs": {
|
|
||||||
"nix-filter": "nix-filter",
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1703000056,
|
|
||||||
"narHash": "sha256-d4LrEmhj9w26SknUadcIM7Y1rllMxArKdFCyspADBn4=",
|
|
||||||
"owner": "twoneis",
|
|
||||||
"repo": "niri",
|
|
||||||
"rev": "fa2a60977e8d96738cd96a532244798028282eb7",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "twoneis",
|
|
||||||
"ref": "nixify",
|
|
||||||
"repo": "niri",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nix-filter": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1701697642,
|
|
||||||
"narHash": "sha256-L217WytWZHSY8GW9Gx1A64OnNctbuDbfslaTEofXXRw=",
|
|
||||||
"owner": "numtide",
|
|
||||||
"repo": "nix-filter",
|
|
||||||
"rev": "c843418ecfd0344ecb85844b082ff5675e02c443",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "numtide",
|
|
||||||
"repo": "nix-filter",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1702453208,
|
"lastModified": 1702453208,
|
||||||
|
@ -107,7 +70,6 @@
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"niri": "niri",
|
|
||||||
"nixos-hardware": "nixos-hardware",
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nur": "nur"
|
"nur": "nur"
|
||||||
|
|
|
@ -4,5 +4,6 @@
|
||||||
prismlauncher-qt5
|
prismlauncher-qt5
|
||||||
lutris
|
lutris
|
||||||
winePackages.stagingFull
|
winePackages.stagingFull
|
||||||
|
r2modman
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,12 @@
|
||||||
../virt
|
../virt
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Allow packages from nixpkgs
|
||||||
|
nixpks.config = {
|
||||||
|
permittedInsecurePackages = ["electron-25.9.0"]; # Used for r2modman
|
||||||
|
allowUnfree = true;
|
||||||
|
};
|
||||||
|
|
||||||
#Optimise nix store
|
#Optimise nix store
|
||||||
nix = {
|
nix = {
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
|
@ -83,9 +89,6 @@
|
||||||
extraGroups = [ "networkmanager" "wheel" "surface-control" "docker" ];
|
extraGroups = [ "networkmanager" "wheel" "surface-control" "docker" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow unfree packages
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
# Configure fonts
|
# Configure fonts
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
alegreya
|
alegreya
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue