moved gaming configuration to /sys module, added a bunch of neovim plugins
This commit is contained in:
7
modules/sys/software/gaming/gaming_pkgs.nix
Normal file
7
modules/sys/software/gaming/gaming_pkgs.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
snes9x-gtk
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user