2 Commits

Author SHA1 Message Date
kenji 0f17915e8c updated illogical-impulse 2025-08-11 19:30:26 -05:00
kenji 171564d6dc added solaar 2025-08-11 19:30:12 -05:00
3 changed files with 5 additions and 7 deletions
Generated
+4 -4
View File
@@ -1008,11 +1008,11 @@
"quickshell": "quickshell"
},
"locked": {
"lastModified": 1754950932,
"narHash": "sha256-2BrU7dPLqWj5kEvV+jptfX3LB1mUZ/lOOEQvGNLP3Xw=",
"lastModified": 1754958588,
"narHash": "sha256-8H83MTGs9j5JZ+10NesfMG72jkE+0GvTJJsWfkM6Xzs=",
"ref": "refs/heads/main",
"rev": "b9a7145c5c3215a21d88d4e24949254684f2233c",
"revCount": 3682,
"rev": "db7d0a00f0ca0a2297b146323835f81965b8be88",
"revCount": 3683,
"type": "git",
"url": "https://git.sakamoto.dev/kenji/illogical-impulse.git"
},
+1 -2
View File
@@ -25,8 +25,7 @@
pavucontrol
wl-clipboard
wget
material-icons
material-symbols
solaar
];
console = {
-1
View File
@@ -1,5 +1,4 @@
{pkgs, ...}: {
home.packages = with pkgs; [
solaar
];
}