mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Compare commits
2 commits
dac4003ba7
...
3874b46f30
Author | SHA1 | Date | |
---|---|---|---|
3874b46f30 | |||
e77b39218e |
|
@ -231,13 +231,13 @@
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://code.hyprland.org/hyprwm/Hyprland.git";
|
url = "https://code.hyprland.org/hyprwm/Hyprland.git";
|
||||||
submodules = true;
|
submodules = true;
|
||||||
rev = "0f594732b063a90d44df8c5d402d658f27471dfe"; #v0.42.0+
|
rev = "0f594732b063a90d44df8c5d402d658f27471dfe"; #v0.43.0
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
hyprland-plugins = {
|
hyprland-plugins = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://code.hyprland.org/hyprwm/hyprland-plugins.git";
|
url = "https://code.hyprland.org/hyprwm/hyprland-plugins.git";
|
||||||
rev = "b73d7b901d8cb1172dd25c7b7159f0242c625a77"; #v0.42.0
|
rev = "b73d7b901d8cb1172dd25c7b7159f0242c625a77"; #v0.43.0
|
||||||
inputs.hyprland.follows = "hyprland";
|
inputs.hyprland.follows = "hyprland";
|
||||||
};
|
};
|
||||||
hyprlock = {
|
hyprlock = {
|
||||||
|
|
|
@ -139,7 +139,8 @@ base0F = "#''+config.lib.stylix.colors.base0F+''"
|
||||||
config.set('content.cookies.accept', 'no-3rdparty', 'chrome-devtools://*')
|
config.set('content.cookies.accept', 'no-3rdparty', 'chrome-devtools://*')
|
||||||
config.set('content.cookies.accept', 'no-3rdparty', 'devtools://*')
|
config.set('content.cookies.accept', 'no-3rdparty', 'devtools://*')
|
||||||
|
|
||||||
config.set('content.headers.user_agent', 'Mozilla/5.0 ({os_info}; rv:90.0) Gecko/20100101 Firefox/90.0', 'https://accounts.google.com/*')
|
config.set('content.headers.user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36')
|
||||||
|
config.set('content.headers.user_agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36', 'https://accounts.google.com/*')
|
||||||
config.set('content.headers.user_agent', 'Mozilla/5.0 ({os_info}) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99 Safari/537.36', 'https://*.slack.com/*')
|
config.set('content.headers.user_agent', 'Mozilla/5.0 ({os_info}) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99 Safari/537.36', 'https://*.slack.com/*')
|
||||||
|
|
||||||
config.set('content.images', True, 'chrome-devtools://*')
|
config.set('content.images', True, 'chrome-devtools://*')
|
||||||
|
|
Loading…
Reference in a new issue