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, ... }:
|
{ pkgs, lib, ... }:
|
||||||
# Categories: https://specifications.freedesktop.org/menu-spec/latest/apa.html#main-category-registry
|
# Categories: https://specifications.freedesktop.org/menu-spec/latest/apa.html#main-category-registry
|
||||||
let
|
let
|
||||||
cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
|
cmd = link: "google-chrome-stable --app=${link}";
|
||||||
links = [
|
links = [
|
||||||
{ desktopName = "Google Calendar"; link = "https://google.com/calendar"; categories = [ "Office" ]; }
|
{ desktopName = "Google Calendar"; link = "https://google.com/calendar"; categories = [ "Office" ]; }
|
||||||
{ desktopName = "Google Keep"; link = "https://keep.google.com"; categories = [ "Office" ]; }
|
{ desktopName = "Google Keep"; link = "https://keep.google.com"; categories = [ "Office" ]; }
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
# gnome.quadrapassel
|
# gnome.quadrapassel
|
||||||
# gnome.seahorse
|
# gnome.seahorse
|
||||||
# gnome.sushi
|
# gnome.sushi
|
||||||
(google-chrome.override { commandLineArgs = [ "--password-store=gnome" ]; })
|
(google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; })
|
||||||
gucharmap
|
gucharmap
|
||||||
handbrake
|
handbrake
|
||||||
htop
|
htop
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
gnome.gnome-screenshot
|
gnome.gnome-screenshot
|
||||||
gnome.gnome-sound-recorder
|
gnome.gnome-sound-recorder
|
||||||
# gnome.gnome-system-monitor
|
# gnome.gnome-system-monitor
|
||||||
(google-chrome.override { commandLineArgs = [ "--password-store=gnome" ]; })
|
(google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; })
|
||||||
gucharmap
|
gucharmap
|
||||||
handbrake
|
handbrake
|
||||||
httpie
|
httpie
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue