WIP: chromium management

This commit is contained in:
Faris 2026-05-09 23:46:31 +01:00
parent 5bf900c1a1
commit 315dcd01c9

View File

@ -5,6 +5,15 @@
nixpkgs.hostPlatform = "aarch64-darwin";
system.stateVersion = 6;
programs.chromium = {
enable = true;
homepageLocation = "https://dashboard.mektem.com";
extraOpts = {
"SpellcheckEnabled" = true;
"BrowserThemeColor" = "#fffcf0";
};
};
environment.systemPackages = with pkgs; [
audacity
brave
@ -61,6 +70,7 @@ system.stateVersion = 6;
"veracrypt-fuse-t"
"fuse-t"
"nextcloud"
"tailscale"
];
};
@ -125,17 +135,4 @@ system.stateVersion = 6;
'';
};
services.spacebar = {
enable = true;
package = pkgs.spacebar;
config = {
height = "38";
clock_format = "\'%a %b %-d %H:%M\'";
#text_font = ''"Menlo:Regular:14.0"'';
icon_font = ''"Font Awesome 5 Free:Solid:12.0"'';
power_icon_strip = " ";
title = "off"; # notch....
};
};
}