update UC

This commit is contained in:
Odweta
2026-01-11 19:23:52 +01:00
parent ef8fe379c7
commit edf2f23651
4 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
{ pkgs, ... }:
{
programs.ungoogled-chromium.enable = true;
environment.systemPackages = with pkgs; [
ungoogled-chromium
];
}