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];
|
||||
|
||||
# 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";
|
||||
|
||||
programs.firefox = {
|
||||
|
@ -26,7 +26,7 @@
|
|||
gesturefy
|
||||
plasma-integration
|
||||
libredirect
|
||||
yomitan
|
||||
# bypass-paywalls-clean
|
||||
];
|
||||
|
||||
search.engines = {
|
||||
|
@ -119,10 +119,8 @@
|
|||
definedAliases = ["yt"];
|
||||
};
|
||||
};
|
||||
search = {
|
||||
force = true;
|
||||
default = "DuckDuckGo";
|
||||
};
|
||||
search.force = true;
|
||||
search.default = "Searx";
|
||||
|
||||
settings = {
|
||||
"media.hardwaremediakeys.enabled" = false;
|
||||
|
|
|
@ -46,6 +46,9 @@
|
|||
|
||||
"hyprland/workspaces" = {
|
||||
format = "{icon}";
|
||||
persistent-workspaces = {
|
||||
"*" = 10;
|
||||
};
|
||||
format-icons = {
|
||||
"9" = "";
|
||||
"10" = "";
|
||||
|
|
Loading…
Reference in a new issue