1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +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

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