weather: use firefox config

This commit is contained in:
Aaron Bieber 2023-09-11 07:44:01 -06:00
parent dd8d4eeebc
commit 1200822742
No known key found for this signature in database

View File

@ -11,12 +11,15 @@
userBase = {
openssh.authorizedKeys.keys = pubKeys ++ config.myconf.managementPubKeys;
};
firefox = import ../../configs/firefox.nix {inherit pkgs;};
in {
_module.args.isUnstable = false;
imports = [./hardware-configuration.nix];
defaultUsers.enable = false;
programs = {} // firefox.programs;
boot = {
initrd.availableKernelModules = ["usbhid" "usb_storage" "vc4" "rtc-ds3232" "rtc-ds1307"];
kernelPackages = pkgs.linuxPackages_latest;
@ -152,7 +155,7 @@ in {
myLayoutHook =
windowNavigation $
subTabbed $
spacingRaw True (Border 25 5 5 5) True (Border 10 10 10 10) True $
spacingRaw True (Border 30 5 5 5) True (Border 10 10 10 10) True $
(tiled ||| Mirror tiled ||| Full)
where
tiled =
@ -188,7 +191,6 @@ in {
users.users.root = userBase;
environment.systemPackages = with pkgs; [
firefox
dtc
rofi
polybar