Make home-manager config for ll-latitude-e5591 build again
This commit is contained in:
parent
478d31081a
commit
83a6b1c73c
78 changed files with 236 additions and 426 deletions
14
nixos/features/factorio.nix
Normal file
14
nixos/features/factorio.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, pkgs-unstable, ... }: {
|
||||
|
||||
environment.systemPackages = with pkgs-unstable; [
|
||||
(factorio.override {
|
||||
username = "";
|
||||
token = "";
|
||||
|
||||
releaseType = "alpha";
|
||||
version = "2.0.32";
|
||||
|
||||
# nix-prefetch-url file:///$(pwd | sed 's| |%20|')/factorio_alpha_x64-2.0.32.tar.xz --name factorio_alpha_x64-2.0.32.tar.xz
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue