update flake, add ai substituter, snes emulator and global shortcut to get random song

This commit is contained in:
Kopatz
2023-12-05 22:26:39 +01:00
parent 492437cbad
commit 2bd00d47fb
5 changed files with 26 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
{ config, pkgs, inputs, ... }:
{
environment.systemPackages = with pkgs; [
snes9x
];
}