added solaar

This commit is contained in:
kenji
2025-08-11 19:30:12 -05:00
parent 4920a65aa2
commit 171564d6dc
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -25,8 +25,7 @@
pavucontrol pavucontrol
wl-clipboard wl-clipboard
wget wget
material-icons solaar
material-symbols
]; ];
console = { console = {
-1
View File
@@ -1,5 +1,4 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
solaar
]; ];
} }