From 793f495e7d1c09783bbbb8eb3a3acfaacfbf0517 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Tue, 25 Jan 2022 12:30:05 +0200 Subject: [PATCH] feat: tetrio --- modules/applications/misc.nix | 2 +- modules/overlays/default.nix | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/applications/misc.nix b/modules/applications/misc.nix index a3fcc04..3ea9e5c 100644 --- a/modules/applications/misc.nix +++ b/modules/applications/misc.nix @@ -71,7 +71,7 @@ # fceux # games - # tetrio-desktop + tetrio-desktop # mindustry ]; } diff --git a/modules/overlays/default.nix b/modules/overlays/default.nix index 72d6fde..925f1e5 100644 --- a/modules/overlays/default.nix +++ b/modules/overlays/default.nix @@ -1,4 +1 @@ -{ pkgs, ... }: { - nixpkgs.overlays = [ (import ./tweakSources.nix) ]; - # imports = [ ./legacy.nix ]; -} +{ pkgs, ... }: { nixpkgs.overlays = [ (import ./tweakSources.nix) ]; }