Changed: Stuff

This commit is contained in:
DerGrumpf 2025-04-07 23:15:28 +02:00
parent bb19cc1377
commit f1c81547c4
3 changed files with 5 additions and 4 deletions

View File

@ -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
];

View File

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
home.programs.appimage = {
programs.appimage = {
enable = true;
binfmt = true;
};

View File

@ -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
];