Google Chrome: add back to config
This commit is contained in:
parent
14647c6b49
commit
2f2c6b50dd
3 changed files with 4 additions and 4 deletions
|
|
@ -35,14 +35,14 @@
|
|||
(import ./rice.nix)
|
||||
|
||||
# Flakes packages
|
||||
(self: _: {
|
||||
(self: super: {
|
||||
clipedit = self.callPackage ./custom/clipedit { };
|
||||
update-background = self.callPackage ./custom/update-background { backgrounds_directory = "$HOME/Immagini/Sfondi/1080+/1440+"; };
|
||||
lockscreen = self.callPackage ./custom/lockscreen { palette = self.rice.colorPalette; font = self.rice.font.normal; };
|
||||
sddm-theme-clairvoyance = self.callPackage ./custom/sddm-theme-clairvoyance { wallpaper = ./wallpapers/background.jpg; };
|
||||
keyboard-switch = self.callPackage ./custom/keyboard-switch { };
|
||||
sddm-sugar-dark = self.callPackage ./custom/sddm-sugar-dark { };
|
||||
google-chrome = self.google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; };
|
||||
google-chrome = super.google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; };
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
# slack
|
||||
# wineFull
|
||||
arandr authy bitwarden cava discord dmenu droidcam easyeffects evince
|
||||
gallery-dl gucharmap handbrake httpie inkscape keyboard-switch krita meld openvpn p7zip
|
||||
gallery-dl google-chrome gucharmap handbrake httpie inkscape keyboard-switch krita meld openvpn p7zip
|
||||
pavucontrol pentablet-driver postman procps pulseaudio retroarchFull
|
||||
shotwell spotify tdesktop thunderbird transmission-gtk
|
||||
virt-manager virt-viewer wireguard-tools xournalpp zoom-us;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
# slack
|
||||
# wineFull
|
||||
arandr authy bitwarden discord dmenu docker-compose docker-machine
|
||||
droidcam easyeffects evince filelight gallery-dl gucharmap handbrake
|
||||
droidcam easyeffects evince filelight gallery-dl google-chrome gucharmap handbrake
|
||||
httpie inkscape krita meld openvpn p7zip pavucontrol pcsx2
|
||||
pentablet-driver postman procps pulseaudio retroarchFull shotwell
|
||||
spotify tdesktop thunderbird transmission-gtk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue