mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Various fixes for gaming
This commit is contained in:
parent
2eea633dc4
commit
467b45963a
7 changed files with 54 additions and 5 deletions
|
@ -20,6 +20,16 @@ in
|
|||
qjoypad
|
||||
superTux
|
||||
superTuxKart
|
||||
|
||||
# I installed these in distrobox
|
||||
# and exported using distrobox-export
|
||||
(pkgs.makeDesktopItem {
|
||||
name = "pokefinder";
|
||||
desktopName = "PokeFinder";
|
||||
exec = "/home/emmet/.local/bin/pokefinder";
|
||||
terminal = false;
|
||||
type = "Application";
|
||||
})
|
||||
];
|
||||
|
||||
nixpkgs.config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue