refactor: clean up dead code

This commit is contained in:
Felix Schröter 2023-09-30 03:33:49 +02:00
parent 4a09825289
commit 6830cc6042
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 2 additions and 5 deletions
home/gaming

View file

@ -1,4 +1,4 @@
{ config, pkgs, nixosConfig, ... }:
{ pkgs, ... }:
{
imports = [ ./steam.nix ./lutris.nix ];