update flake, add ai substituter, snes emulator and global shortcut to get random song
This commit is contained in:
7
modules/graphical/emulators.nix
Normal file
7
modules/graphical/emulators.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
snes9x
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user