This commit is contained in:
Kopatz
2025-03-31 14:39:02 +02:00
parent 221a9bd040
commit 7b381ca3d8
10 changed files with 77 additions and 133 deletions

View File

@@ -2,15 +2,15 @@
let
merge = lib.foldr (a: b: a // b) { };
search = {
default = "DuckDuckGo";
default = "ddg";
force = true;
engines = {
# don't need these default ones
"Amazon.com".metaData.hidden = true;
"Bing".metaData.hidden = true;
"eBay".metaData.hidden = true;
"amazondotcom-us".metaData.hidden = true;
"bing".metaData.hidden = true;
"ebay".metaData.hidden = true;
"DuckDuckGo" = {
"ddg" = {
urls = [{
template = "https://duckduckgo.com";
params = [{

View File

@@ -1,7 +1,7 @@
{
imports = [
./hyprland-settings.nix
./hyprspace.nix
#./hyprspace.nix
#./hyprland-xwaylandvideobridge.nix not needed anymore
./waybar.nix
./hyprlock.nix

View File

@@ -8,7 +8,7 @@
scripts = with pkgs.mpvScripts; [
mpris
videoclip # keybind = c
modernx
#modernx
];
};
}

View File

@@ -38,6 +38,7 @@
"echo schedutil | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor";
cpu_freq = ''watch -n 1 "cat /proc/cpuinfo | grep \"^[c]pu MHz\""'';
gpu_monitor = "nvidia-smi dmon -s puct";
nix-shell = "nix-shell --command zsh";
};
#plugins = with pkgs; [
# {