framework: tweaks

This commit is contained in:
tristan 2025-04-03 18:59:17 +01:00
parent 3d18f696aa
commit 58a2547bc5
3 changed files with 21 additions and 30 deletions

View file

@ -28,7 +28,6 @@
# other
element-desktop
brave
bitwarden
];
@ -55,4 +54,9 @@
"file:///home/tristan/Downloads"
];
};
programs.chromium = {
enable = true;
package = pkgs.brave;
};
}