1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: update nixpkgs

This commit is contained in:
oddlama 2025-04-07 10:26:20 +02:00
parent d5bca06a56
commit ba66772cb1
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 48 additions and 49 deletions

View file

@ -171,7 +171,7 @@ in
"Google".metaData.hidden = true;
"Kagi" = {
iconUpdateURL = "https://kagi.com/favicon.ico";
icon = "https://kagi.com/favicon.ico";
updateInterval = 24 * 60 * 60 * 1000;
definedAliases = [ "@k" ];
urls = [
@ -188,7 +188,7 @@ in
};
"YouTube" = {
iconUpdateURL = "https://youtube.com/favicon.ico";
icon = "https://youtube.com/favicon.ico";
updateInterval = 24 * 60 * 60 * 1000;
definedAliases = [ "@yt" ];
urls = [
@ -245,7 +245,7 @@ in
};
"GitHub" = {
iconUpdateURL = "https://github.com/favicon.ico";
icon = "https://github.com/favicon.ico";
updateInterval = 24 * 60 * 60 * 1000;
definedAliases = [ "@gh" ];
@ -280,7 +280,7 @@ in
};
"HackerNews" = {
iconUpdateURL = "https://hn.algolia.com/favicon.ico";
icon = "https://hn.algolia.com/favicon.ico";
updateInterval = 24 * 60 * 60 * 1000;
definedAliases = [ "@hn" ];

View file

@ -21,7 +21,7 @@ let
version = "1.0.0";
src = ./i3-per-workspace-layout;
cargoHash = "sha256-TSVN2BAfP3w1UdlEacPPWdWG6TmUdEHPtSgDZ7XqtE8=";
cargoHash = "sha256-Sr++AnE/b7vj7dhoQhHW+riwkAOhueGusW0RtHciDK0=";
meta = with lib; {
description = "A helper utility to allow assigning a layout to each workspace in i3";
@ -41,7 +41,7 @@ let
rev = "8c2a80fd111dcb9ce7e956b867c0d0180b13b649";
hash = "sha256-Rv4dTycB19c2JyQ0y5WpDpX15D2RhjKq2lPOyuK2Ki8=";
};
cargoHash = "sha256-jSve8wMRP4p2eDVkLR1i4jjQ5pa2jKVheOeElY2HirM=";
cargoHash = "sha256-n/Ytn8t67f4FuZWqd4kQtQRewnDRfko7LO3OFb0Omaw=";
meta = with lib; {
description = "Better focus navigation for sway and i3";

View file

@ -61,13 +61,13 @@
format = "";
on-click = "${lib.getExe pkgs.hyprpicker} --autocopy";
};
"custom/cycle_wallpaper" = {
format = " ";
tooltip = true;
tooltip-format = "Change wallpaper";
on-click = "systemctl --user start swww-update-wallpaper";
};
#
# "custom/cycle_wallpaper" = {
# format = " ";
# tooltip = true;
# tooltip-format = "Change wallpaper";
# on-click = "systemctl --user start swww-update-wallpaper";
# };
"custom/notification" = {
tooltip = false;

View file

@ -80,12 +80,8 @@
};
};
dap = {
enable = true;
extensions = {
dap-virtual-text.enable = true;
dap-ui.enable = true;
};
};
dap.enable = true;
dap-virtual-text.enable = true;
dap-ui.enable = true;
};
}

View file

@ -4,16 +4,18 @@
plugins = {
notify = {
enable = true;
stages = "static";
render.__raw =
# lua
''"compact"'';
icons = {
debug = "";
error = "󰅙";
info = "";
trace = "󰰥";
warn = "";
settings = {
stages = "static";
render.__raw =
# lua
''"compact"'';
icons = {
debug = "";
error = "󰅙";
info = "";
trace = "󰰥";
warn = "";
};
};
};