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

30
flake.lock generated
View file

@ -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": {

View file

@ -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 [ ];
}

View file

@ -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 \

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 = "";
};
};
};