Added some more packages
This commit is contained in:
@@ -25,8 +25,9 @@ in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Games
|
||||
gamehub
|
||||
pegasus-frontend
|
||||
myRetroarch
|
||||
libfaketime
|
||||
airshipper
|
||||
qjoypad
|
||||
superTux
|
||||
@@ -41,6 +42,13 @@ in
|
||||
terminal = false;
|
||||
type = "Application";
|
||||
})
|
||||
(pkgs.makeDesktopItem {
|
||||
name = "eontimer";
|
||||
desktopName = "EonTimer";
|
||||
exec = "/home/emmet/.local/bin/eontimer";
|
||||
terminal = false;
|
||||
type = "Application";
|
||||
})
|
||||
];
|
||||
|
||||
nixpkgs.config = {
|
||||
|
Reference in New Issue
Block a user