mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Added app icons, cleaned apps, nwggrid and nwg-dock fixes
This commit is contained in:
parent
94f65ad0fd
commit
415bf194d4
7 changed files with 57 additions and 27 deletions
|
@ -31,23 +31,7 @@ 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";
|
||||
})
|
||||
(pkgs.makeDesktopItem {
|
||||
name = "eontimer";
|
||||
desktopName = "EonTimer";
|
||||
exec = "/home/emmet/.local/bin/eontimer";
|
||||
terminal = false;
|
||||
type = "Application";
|
||||
})
|
||||
#pokefinder
|
||||
];
|
||||
|
||||
nixpkgs.config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue