WIP: chromium management
This commit is contained in:
parent
5bf900c1a1
commit
315dcd01c9
@ -5,6 +5,15 @@
|
|||||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||||
system.stateVersion = 6;
|
system.stateVersion = 6;
|
||||||
|
|
||||||
|
programs.chromium = {
|
||||||
|
enable = true;
|
||||||
|
homepageLocation = "https://dashboard.mektem.com";
|
||||||
|
extraOpts = {
|
||||||
|
"SpellcheckEnabled" = true;
|
||||||
|
"BrowserThemeColor" = "#fffcf0";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
audacity
|
audacity
|
||||||
brave
|
brave
|
||||||
@ -61,6 +70,7 @@ system.stateVersion = 6;
|
|||||||
"veracrypt-fuse-t"
|
"veracrypt-fuse-t"
|
||||||
"fuse-t"
|
"fuse-t"
|
||||||
"nextcloud"
|
"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....
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user