desktop fixes

This commit is contained in:
John Lancaster
2026-03-26 17:11:33 -05:00
parent 338ef34212
commit 71a04c627a
5 changed files with 28 additions and 20 deletions
+11
View File
@@ -0,0 +1,11 @@
{ self, inputs, ... }: {
flake.modules.homeManager.brave = {
programs.brave = {
enable = true;
extensions = [
# https://chromewebstore.google.com/detail/1password-%E2%80%93-password-mana/aeblfdkhhhdcdjpifhhbdiojplfjncoa
"aeblfdkhhhdcdjpifhhbdiojplfjncoa"
];
};
};
}