home: remove *-flags.conf
This commit is contained in:
parent
e7a6d7831c
commit
85d8fa2099
1 changed files with 0 additions and 13 deletions
|
@ -5,22 +5,9 @@ let
|
||||||
binPath = ../common/dotfiles/bin;
|
binPath = ../common/dotfiles/bin;
|
||||||
configPath = ../common/dotfiles/config;
|
configPath = ../common/dotfiles/config;
|
||||||
dataPath = ../common/dotfiles/data;
|
dataPath = ../common/dotfiles/data;
|
||||||
chromiumFlags = ''
|
|
||||||
--ozone-platform-hint=auto
|
|
||||||
--enable-wayland-ime
|
|
||||||
#--gtk-version=4
|
|
||||||
--password-store=gnome
|
|
||||||
--proxy-server=127.0.0.1:7890
|
|
||||||
'';
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"chromium-flags.conf".text = chromiumFlags;
|
|
||||||
"chrome-flags.conf".text = chromiumFlags;
|
|
||||||
"electron-flags.conf".text = chromiumFlags;
|
|
||||||
"code-flags.conf".text = chromiumFlags;
|
|
||||||
#"thorium-flags.conf".text = chromiumFlags;
|
|
||||||
|
|
||||||
"alacritty" = {
|
"alacritty" = {
|
||||||
source = "${configPath}/alacritty";
|
source = "${configPath}/alacritty";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
Loading…
Reference in a new issue