mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
12 lines
156 B
Nix
12 lines
156 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
dolphin-emu
|
|
dwarf-fortress
|
|
endless-sky
|
|
retroarch
|
|
ryubing
|
|
tower-pixel-dungeon
|
|
];
|
|
}
|