Chrome dark mode

This commit is contained in:
Filippo Berto 2022-05-25 10:10:20 +02:00
parent ed0ae48c75
commit 464c038a5b
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
# Categories: https://specifications.freedesktop.org/menu-spec/latest/apa.html#main-category-registry
let
cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
cmd = link: "google-chrome-stable --app=${link}";
links = [
{ desktopName = "Google Calendar"; link = "https://google.com/calendar"; categories = [ "Office" ]; }
{ desktopName = "Google Keep"; link = "https://keep.google.com"; categories = [ "Office" ]; }