mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Added some more packages
This commit is contained in:
parent
f0399b12e3
commit
0889af7fe8
2 changed files with 13 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue