Preparation for deployment library
This commit is contained in:
parent
e4e09e1bf9
commit
1bc27dde82
12 changed files with 420 additions and 73 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ pkgs, lib, ... }:
|
||||
# Categories: https://specifications.freedesktop.org/menu-spec/latest/apa.html#main-category-registry
|
||||
let
|
||||
cmd = link: "google-chrome-stable --app=${link}";
|
||||
# cmd = link: "google-chrome-stable --app=${link}";
|
||||
cmd = link: "firefox ${link}";
|
||||
links = [
|
||||
{ desktopName = "Google Calendar"; link = "https://google.com/calendar"; categories = [ "Office" ]; }
|
||||
{ desktopName = "Google Keep"; link = "https://keep.google.com"; categories = [ "Office" ]; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue