Compare commits
No commits in common. "dd98328b1c95e442e9d412c9258e9c5895d08fe8" and "c9d6554663011de19e1b3fa3406d22b45ac1be1f" have entirely different histories.
dd98328b1c
...
c9d6554663
2 changed files with 21 additions and 20 deletions
|
@ -1,10 +1,10 @@
|
||||||
{ inputs
|
{
|
||||||
, pkgs
|
inputs,
|
||||||
, ...
|
pkgs,
|
||||||
|
vars,
|
||||||
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [inputs.arkenfox.hmModules.default];
|
imports = [inputs.arkenfox.hmModules.default];
|
||||||
|
|
||||||
# Enable kde-connect for non-Plasma DEs
|
|
||||||
home.file.".mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json".source = "${pkgs.plasma5Packages.plasma-browser-integration}/lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json";
|
home.file.".mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json".source = "${pkgs.plasma5Packages.plasma-browser-integration}/lib/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json";
|
||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
gesturefy
|
gesturefy
|
||||||
plasma-integration
|
plasma-integration
|
||||||
libredirect
|
libredirect
|
||||||
yomitan
|
# bypass-paywalls-clean
|
||||||
];
|
];
|
||||||
|
|
||||||
search.engines = {
|
search.engines = {
|
||||||
|
@ -119,10 +119,8 @@
|
||||||
definedAliases = ["yt"];
|
definedAliases = ["yt"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
search = {
|
search.force = true;
|
||||||
force = true;
|
search.default = "Searx";
|
||||||
default = "DuckDuckGo";
|
|
||||||
};
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
"media.hardwaremediakeys.enabled" = false;
|
"media.hardwaremediakeys.enabled" = false;
|
||||||
|
|
|
@ -46,6 +46,9 @@
|
||||||
|
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
|
persistent-workspaces = {
|
||||||
|
"*" = 10;
|
||||||
|
};
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"9" = "";
|
"9" = "";
|
||||||
"10" = "";
|
"10" = "";
|
||||||
|
|
Loading…
Reference in a new issue