Compare commits
No commits in common. "a48f613f6f067a12b9cf353ea950f021458229f5" and "158bc04e4685a6db0b0ca7820fe636727cbe0f80" have entirely different histories.
a48f613f6f
...
158bc04e46
4 changed files with 9 additions and 25 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -1043,11 +1043,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1740642826,
|
"lastModified": 1740369115,
|
||||||
"narHash": "sha256-KRz26Dta//R9lYLQ8mRn8mYDqq775zvJU38to7znq8w=",
|
"narHash": "sha256-Lrf5p12WPdP0JYzCIndhFIIj1gz/jbIer/BemKu77Ys=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "2e80b737688496c5a3b0557009c8aa0bb5d0f98c",
|
"rev": "0f6d871700022c339dcb70439241b6445ec880d4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -235,7 +235,6 @@
|
||||||
ipvfoo
|
ipvfoo
|
||||||
leechblock-ng
|
leechblock-ng
|
||||||
localcdn
|
localcdn
|
||||||
kagi-search
|
|
||||||
plasma-integration
|
plasma-integration
|
||||||
privacy-badger
|
privacy-badger
|
||||||
rust-search-extension
|
rust-search-extension
|
||||||
|
@ -249,19 +248,10 @@
|
||||||
|
|
||||||
search = {
|
search = {
|
||||||
force = true;
|
force = true;
|
||||||
default = "Kagi";
|
default = "DuckDuckGo";
|
||||||
privateDefault = "DuckDuckGo";
|
order = [ "DuckDuckGo" "Nix Packages" "Nix Options" "NixOS Wiki" ];
|
||||||
# default = "DuckDuckGo";
|
|
||||||
# privateDefault = "Kagi";
|
|
||||||
order = [ "Kagi" "DuckDuckGo" "Nix Packages" "Nix Options" "NixOS Wiki" ];
|
|
||||||
|
|
||||||
engines = {
|
engines = {
|
||||||
"Kagi" = {
|
|
||||||
urls = [{ template = "https://kagi.com/search?q={searchTerms}"; }];
|
|
||||||
definedAliases = [ "@k" ];
|
|
||||||
iconUpdateURL = "https://kagi.com/favicon.ico";
|
|
||||||
updateInterval = 24 * 60 * 60 * 1000; # every day
|
|
||||||
};
|
|
||||||
"DuckDuckGo".metaData = {
|
"DuckDuckGo".metaData = {
|
||||||
alias = "@ddg";
|
alias = "@ddg";
|
||||||
};
|
};
|
||||||
|
|
|
@ -292,18 +292,12 @@
|
||||||
"kactivitymanagerdrc"."activities"."03741afe-0c0e-413a-9f8a-09600a7684e2".value = "Default";
|
"kactivitymanagerdrc"."activities"."03741afe-0c0e-413a-9f8a-09600a7684e2".value = "Default";
|
||||||
"kactivitymanagerdrc"."main"."currentActivity".value = "03741afe-0c0e-413a-9f8a-09600a7684e2";
|
"kactivitymanagerdrc"."main"."currentActivity".value = "03741afe-0c0e-413a-9f8a-09600a7684e2";
|
||||||
|
|
||||||
# Disable broken mousewheel ################3
|
# Disable broken mousewheel
|
||||||
# Desk
|
|
||||||
"kcminputrc"."Libinput/1671/49433/CHERRY MW 8C ADVANCED"."ScrollFactor" = 0.0;
|
|
||||||
"kcminputrc"."Libinput/1671/49433/input-remapper CHERRY MW 8C ADVANCED forwarded"."ScrollFactor" = 0.0;
|
|
||||||
|
|
||||||
# FW16
|
"kcminputrc"."Libinput/1130/49431/Cherry GmbH CHERRY Wireless Device Consumer Control"."ScrollFactor" = 0.0;
|
||||||
"kcminputrc"."Libinput/1130/49431/Cherry GmbH CHERRY Wireless Device Mouse"."ScrollFactor" = 0.0;
|
"kcminputrc"."Libinput/1130/49431/Cherry GmbH CHERRY Wireless Device Mouse"."ScrollFactor" = 0.0;
|
||||||
"kcminputrc"."Libinput/1130/49431/Cherry GmbH CHERRY Wireless Device Consumer Control"."ScrollFactor" = 0.0; # ?
|
"kcminputrc"."Libinput/1671/49433/CHERRY MW 8C ADVANCED"."ScrollFactor" = 0.0;
|
||||||
"kcminputrc"."Libinput/1130/49431/input-remapper Cherry GmbH CHERRY Wireless Device Mouse forwarded"."ScrollFactor" = 0.0;
|
"kcminputrc"."Libinput/1130/49431/input-remapper Cherry GmbH CHERRY Wireless Device Mouse forwarded"."ScrollFactor" = 0.0;
|
||||||
# Note: needs input-remapper transient conf to make mouse buttons do mw job
|
|
||||||
# TODO nixify input-remapper foo
|
|
||||||
############################################3
|
|
||||||
|
|
||||||
"kcminputrc"."Libinput.2362.597.UNIW0001:00 093A:0255 Touchpad"."ClickMethod".value = 2;
|
"kcminputrc"."Libinput.2362.597.UNIW0001:00 093A:0255 Touchpad"."ClickMethod".value = 2;
|
||||||
"kcminputrc"."Libinput.2362.597.UNIW0001:00 093A:0255 Touchpad"."Enabled".value = true;
|
"kcminputrc"."Libinput.2362.597.UNIW0001:00 093A:0255 Touchpad"."Enabled".value = true;
|
||||||
|
|
|
@ -114,7 +114,7 @@ python3.pkgs.buildPythonApplication {
|
||||||
homepage = "https://github.com/paul-gauthier/aider";
|
homepage = "https://github.com/paul-gauthier/aider";
|
||||||
changelog = "https://github.com/paul-gauthier/aider/blob/v${version}/HISTORY.md";
|
changelog = "https://github.com/paul-gauthier/aider/blob/v${version}/HISTORY.md";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = [ ]; # TODO switch back to upstream ?
|
maintainers = []; # TODO switch back to upstream ?
|
||||||
mainProgram = "aider";
|
mainProgram = "aider";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue