refactor(gaming): remove slippi and nix-gaming flake
This commit is contained in:
parent
111ff878c2
commit
b81fe9488e
7 changed files with 18 additions and 24 deletions
11
home/modules/desktop/gaming/factorio/default.nix
Normal file
11
home/modules/desktop/gaming/factorio/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
|
||||
let
|
||||
cfg=config.homeModules.desktop.gaming.factorio;
|
||||
in
|
||||
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [ factorio ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue