From 5ed8c208784afbb88e5671ce86633e2e8bacafbe Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 4 May 2023 09:23:21 +0200 Subject: [PATCH] Lutris: new module --- hm_modules/lutris.nix | 3 +++ thor/hm.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 hm_modules/lutris.nix diff --git a/hm_modules/lutris.nix b/hm_modules/lutris.nix new file mode 100644 index 0000000..90eab31 --- /dev/null +++ b/hm_modules/lutris.nix @@ -0,0 +1,3 @@ +{ pkgs, ... }: { + home.packages = [ pkgs.lutris ]; +} diff --git a/thor/hm.nix b/thor/hm.nix index fb5c50d..fba009f 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -12,7 +12,6 @@ # element-desktop # matrix client # evolution # freecad - # lutris # minecraft # mycrypto # pcmanfm @@ -77,6 +76,7 @@ # ../hm_modules/keepassxc.nix ../hm_modules/kitty.nix ../hm_modules/lf.nix + ../hm_modules/lutris.nix ../hm_modules/mangohud.nix ../hm_modules/megasync.nix ../hm_modules/mpv.nix