diff --git a/modules/cron.nix b/modules/cron.nix deleted file mode 100644 index 45c7141..0000000 --- a/modules/cron.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ - services.cron = { - enable = true; - }; -} diff --git a/modules/git.nix b/modules/git.nix deleted file mode 100644 index dd6a15c..0000000 --- a/modules/git.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ - programs.git.enable = true; -} diff --git a/modules/graphical/games.nix b/modules/graphical/games.nix index 0a4254f..96c3707 100644 --- a/modules/graphical/games.nix +++ b/modules/graphical/games.nix @@ -36,11 +36,7 @@ in end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'"; }; }; - nixpkgs.config.permittedInsecurePackages = [ - "dotnet-runtime-wrapped-7.0.20" - "dotnet-runtime-wrapped-7.0.20" - "dotnet-runtime-wrapped-7.0.20" - ]; + environment.systemPackages = [ pkgs.mangohud ] ++ optionals cfg.enablePreinstalled (with pkgs; [ #taisei