Changed: Stuff
This commit is contained in:
parent
bb19cc1377
commit
f1c81547c4
@ -21,6 +21,7 @@
|
|||||||
../../modules/plymouth.nix
|
../../modules/plymouth.nix
|
||||||
../../modules/file_managers/spacefm.nix
|
../../modules/file_managers/spacefm.nix
|
||||||
../../modules/python.nix
|
../../modules/python.nix
|
||||||
|
../../modules/appimage.nix
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.programs.appimage = {
|
programs.appimage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
binfmt = true;
|
binfmt = true;
|
||||||
};
|
};
|
@ -29,10 +29,10 @@
|
|||||||
../../home/programs/social/webcord.nix
|
../../home/programs/social/webcord.nix
|
||||||
|
|
||||||
../../home/programs/web/firefox.nix
|
../../home/programs/web/firefox.nix
|
||||||
../../home/programs/misc/appimage.nix
|
|
||||||
# Games
|
# Games
|
||||||
# ../../home/programs/games/itch.nix
|
../../home/programs/games/itch.nix
|
||||||
# ../../home/programs/games/steam.nix
|
../../home/programs/games/steam.nix
|
||||||
../../home/programs/games/lutris.nix
|
../../home/programs/games/lutris.nix
|
||||||
../../home/programs/games/opensource.nix
|
../../home/programs/games/opensource.nix
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user