fucking(refactored): everything
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
_: {
|
||||
# home: ./home.nix;
|
||||
nixos = ./nixos.nix;
|
||||
}
|
||||
|
||||
@@ -4,8 +4,14 @@
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.modules.steam;
|
||||
in
|
||||
{
|
||||
config = {
|
||||
options.modules.steam = {
|
||||
enable = lib.mkEnableOption "steam";
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
|
||||
Reference in New Issue
Block a user