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" ]; }

View file

@ -39,7 +39,7 @@
# gnome.quadrapassel
# gnome.seahorse
# gnome.sushi
(google-chrome.override { commandLineArgs = [ "--password-store=gnome" ]; })
(google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; })
gucharmap
handbrake
htop

View file

@ -31,7 +31,7 @@
gnome.gnome-screenshot
gnome.gnome-sound-recorder
# gnome.gnome-system-monitor
(google-chrome.override { commandLineArgs = [ "--password-store=gnome" ]; })
(google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; })
gucharmap
handbrake
httpie