From f1c81547c4fc33ccd46a565081119b0b858d66f5 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Mon, 7 Apr 2025 23:15:28 +0200 Subject: [PATCH] Changed: Stuff --- hosts/m920q/default.nix | 1 + {home/programs/misc => modules}/appimage.nix | 2 +- users/phil/home.nix | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) rename {home/programs/misc => modules}/appimage.nix (67%) diff --git a/hosts/m920q/default.nix b/hosts/m920q/default.nix index eb54f85..2a941bd 100644 --- a/hosts/m920q/default.nix +++ b/hosts/m920q/default.nix @@ -21,6 +21,7 @@ ../../modules/plymouth.nix ../../modules/file_managers/spacefm.nix ../../modules/python.nix + ../../modules/appimage.nix # Include the results of the hardware scan. ./hardware-configuration.nix ]; diff --git a/home/programs/misc/appimage.nix b/modules/appimage.nix similarity index 67% rename from home/programs/misc/appimage.nix rename to modules/appimage.nix index a993c7b..2771a45 100644 --- a/home/programs/misc/appimage.nix +++ b/modules/appimage.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { - home.programs.appimage = { + programs.appimage = { enable = true; binfmt = true; }; diff --git a/users/phil/home.nix b/users/phil/home.nix index e57f6c2..535c0c4 100644 --- a/users/phil/home.nix +++ b/users/phil/home.nix @@ -29,10 +29,10 @@ ../../home/programs/social/webcord.nix ../../home/programs/web/firefox.nix - ../../home/programs/misc/appimage.nix + # Games -# ../../home/programs/games/itch.nix - # ../../home/programs/games/steam.nix + ../../home/programs/games/itch.nix + ../../home/programs/games/steam.nix ../../home/programs/games/lutris.nix ../../home/programs/games/opensource.nix ];