mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
qwen hl
This commit is contained in:
parent
0633aa02af
commit
97f23faea8
2 changed files with 22 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
unstablePkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
gemini-cli
|
||||
fzf
|
||||
eza
|
||||
unstablePkgs.qwen-code
|
||||
];
|
||||
|
||||
programs.bash.shellAliases = {
|
||||
|
|
|
|||
|
|
@ -420,6 +420,26 @@
|
|||
blur_size = 5;
|
||||
}
|
||||
];
|
||||
|
||||
label = [
|
||||
{
|
||||
monitor = "";
|
||||
text = "$TIME";
|
||||
font_size = 72;
|
||||
font_family = "JetBrainsMono Nerd Font";
|
||||
position = "0, -50";
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
}
|
||||
{
|
||||
monitor = "";
|
||||
text = "cmd[update:60000] date '+%A, %B %d, %Y'";
|
||||
font_size = 20;
|
||||
position = "0, 20";
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue