Refactored file structure to make more sense, made default.nixes less verbose
This commit is contained in:
7
modules/home/programs/gaming/gaming_pkgs.nix
Normal file
7
modules/home/programs/gaming/gaming_pkgs.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
snes9x-gtk
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user