Chrome dark mode
This commit is contained in:
parent
ed0ae48c75
commit
464c038a5b
3 changed files with 3 additions and 3 deletions
|
|
@ -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" ]; }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue