update
This commit is contained in:
@@ -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 = [{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
./hyprland-settings.nix
|
||||
./hyprspace.nix
|
||||
#./hyprspace.nix
|
||||
#./hyprland-xwaylandvideobridge.nix not needed anymore
|
||||
./waybar.nix
|
||||
./hyprlock.nix
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
scripts = with pkgs.mpvScripts; [
|
||||
mpris
|
||||
videoclip # keybind = c
|
||||
modernx
|
||||
#modernx
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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; [
|
||||
# {
|
||||
|
||||
Reference in New Issue
Block a user