mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:13:55 -05:00
defaultApps: set icon
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / adjustor-build (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / hhd-ui-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / adjustor-build (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / hhd-ui-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
d4323a000c
commit
6935add0c7
|
@ -84,9 +84,11 @@ in {
|
||||||
|
|
||||||
desktopEntries = let
|
desktopEntries = let
|
||||||
mkDefaultEntry = name: package: {
|
mkDefaultEntry = name: package: {
|
||||||
name = "Default ${name}";
|
|
||||||
exec = "${lib.getExe package} %U";
|
exec = "${lib.getExe package} %U";
|
||||||
|
icon = "${builtins.baseNameOf (lib.getExe package)}";
|
||||||
|
name = "Default ${name}";
|
||||||
terminal = false;
|
terminal = false;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
NoDisplay = "true";
|
NoDisplay = "true";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue