fix: do not display fish shell as menu item
This commit is contained in:
2
home.nix
2
home.nix
@@ -20,6 +20,8 @@
|
||||
source = ./sources/mpv;
|
||||
recursive = true;
|
||||
};
|
||||
# Do not display fish in the menu
|
||||
".local/share/applications/fish.desktop".source = ./sources/fish.desktop;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
10
sources/fish.desktop
Normal file
10
sources/fish.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=true
|
||||
Exec=fish
|
||||
Name=fish
|
||||
Comment=The user-friendly command line shell
|
||||
Icon=fish
|
||||
Categories=ConsoleOnly;System;
|
||||
NoDisplay=true
|
||||
Reference in New Issue
Block a user