From ba66772cb1d92a7e677c8764b53b03044f218449 Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 7 Apr 2025 10:26:20 +0200 Subject: [PATCH] chore: update nixpkgs --- flake.lock | 30 +++++++++++++++--------------- hosts/kroma/unifi.nix | 7 ++++--- pkgs/zsh-skim-histdb.nix | 2 +- users/myuser/graphical/firefox.nix | 8 ++++---- users/myuser/graphical/i3.nix | 4 ++-- users/myuser/graphical/waybar.nix | 14 +++++++------- users/myuser/neovim/lsp.nix | 10 +++------- users/myuser/neovim/misc.nix | 22 ++++++++++++---------- 8 files changed, 48 insertions(+), 49 deletions(-) diff --git a/flake.lock b/flake.lock index 1f8f32f..4e79fef 100644 --- a/flake.lock +++ b/flake.lock @@ -743,11 +743,11 @@ ] }, "locked": { - "lastModified": 1738453229, - "narHash": "sha256-7H9XgNiGLKN1G1CgRh0vUL4AheZSYzPm+zmZ7vxbJdo=", + "lastModified": 1743550720, + "narHash": "sha256-hIshGgKZCgWh6AYJpJmRgFdR3WUbkY04o82X05xqQiY=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "32ea77a06711b758da0ad9bd6a844c5740a87abd", + "rev": "c621e8422220273271f52058f618c94e405bb0f5", "type": "github" }, "original": { @@ -1188,11 +1188,11 @@ ] }, "locked": { - "lastModified": 1742662877, - "narHash": "sha256-gTnddWyxqlaKixZIvPmj8ME6qyzvu3L24pOXzM0duUE=", + "lastModified": 1743855359, + "narHash": "sha256-h8eshPR5JNZJRoOZAh1L0fvXdojfCn9m4TtdP2VvwYY=", "owner": "oddlama", "repo": "home-manager", - "rev": "6e5fd8f6c785edbbd9f9ec177090488aecaf9227", + "rev": "eaa4471a98f764bb5e93f5a29c37d534c5b63135", "type": "github" }, "original": { @@ -1556,11 +1556,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1742422364, - "narHash": "sha256-mNqIplmEohk5jRkqYqG19GA8MbQ/D4gQSK0Mu4LvfRQ=", + "lastModified": 1743827369, + "narHash": "sha256-rpqepOZ8Eo1zg+KJeWoq1HAOgoMCDloqv5r2EAa9TSA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a84ebe20c6bc2ecbcfb000a50776219f48d134cc", + "rev": "42a1c966be226125b48c384171c44c651c236c22", "type": "github" }, "original": { @@ -1690,11 +1690,11 @@ "nuschtosSearch": "nuschtosSearch" }, "locked": { - "lastModified": 1741709061, - "narHash": "sha256-G1YTksB0CnVhpU1gEmvO3ugPS5CAmUpm5UtTIUIPnEI=", + "lastModified": 1743844372, + "narHash": "sha256-59T+ikFiTt0CiSvuja3/xYahT6SL2s3XtNykfG8l0gk=", "owner": "nix-community", "repo": "nixvim", - "rev": "3a3abf11700f76738d8ad9d15054ceaf182d2974", + "rev": "7b4311333b542178828e90f6997d8f03e8327b89", "type": "github" }, "original": { @@ -1736,11 +1736,11 @@ ] }, "locked": { - "lastModified": 1738508923, - "narHash": "sha256-4DaDrQDAIxlWhTjH6h/+xfG05jt3qDZrZE/7zDLQaS4=", + "lastModified": 1743201766, + "narHash": "sha256-bb/dqoIjtIWtJRzASOe8g4m8W2jUIWtuoGPXdNjM/Tk=", "owner": "NuschtOS", "repo": "search", - "rev": "86e2038290859006e05ca7201425ea5b5de4aecb", + "rev": "2651dbfad93d6ef66c440cbbf23238938b187bde", "type": "github" }, "original": { diff --git a/hosts/kroma/unifi.nix b/hosts/kroma/unifi.nix index 43b8131..842b678 100644 --- a/hosts/kroma/unifi.nix +++ b/hosts/kroma/unifi.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +# { lib, ... }: { environment.persistence."/persist".directories = [ { @@ -9,7 +9,8 @@ } ]; - services.unifi.enable = true; + # services.unifi.enable = true; + # Don't autostart. - systemd.services.unifi.wantedBy = lib.mkForce [ ]; + # systemd.services.unifi.wantedBy = lib.mkForce [ ]; } diff --git a/pkgs/zsh-skim-histdb.nix b/pkgs/zsh-skim-histdb.nix index 1511959..d833c6a 100644 --- a/pkgs/zsh-skim-histdb.nix +++ b/pkgs/zsh-skim-histdb.nix @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec { hash = "sha256-lJ2kpIXPHE8qP0EBnLuyvatWMtepBobNAC09e7itGas="; }; - cargoHash = "sha256-yvgyqm8WM7Oddxsbl/lfHQOmsEEiMTK6itbqea5+Ibg="; + cargoHash = "sha256-dqTYJkKnvjzkV124XZHzDV58rjLhNz+Nc3Jj5gSaJas="; patchPhase = '' substituteInPlace zsh-histdb-skim-vendored.zsh \ diff --git a/users/myuser/graphical/firefox.nix b/users/myuser/graphical/firefox.nix index 6634bc6..11aef57 100644 --- a/users/myuser/graphical/firefox.nix +++ b/users/myuser/graphical/firefox.nix @@ -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" ]; diff --git a/users/myuser/graphical/i3.nix b/users/myuser/graphical/i3.nix index 9f227e2..ed37e15 100644 --- a/users/myuser/graphical/i3.nix +++ b/users/myuser/graphical/i3.nix @@ -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"; diff --git a/users/myuser/graphical/waybar.nix b/users/myuser/graphical/waybar.nix index e7b4af8..f6ffbb0 100644 --- a/users/myuser/graphical/waybar.nix +++ b/users/myuser/graphical/waybar.nix @@ -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; diff --git a/users/myuser/neovim/lsp.nix b/users/myuser/neovim/lsp.nix index d9f5dfe..534a535 100644 --- a/users/myuser/neovim/lsp.nix +++ b/users/myuser/neovim/lsp.nix @@ -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; }; } diff --git a/users/myuser/neovim/misc.nix b/users/myuser/neovim/misc.nix index 3f25c39..6467592 100644 --- a/users/myuser/neovim/misc.nix +++ b/users/myuser/neovim/misc.nix @@ -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 = ""; + }; }; };