From 6b62637d8fdfc4df4713a10bc40e916e6c34401f Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Tue, 26 Dec 2023 22:42:13 -0500 Subject: [PATCH] formatted, set firefox theme to dark --- hosts/JWST/configuration.nix | 2 +- hosts/JWST/hardware-configuration.nix | 44 +++++++++++++++------------ users/tacocat/programs/firefox.nix | 1 + 3 files changed, 26 insertions(+), 21 deletions(-) diff --git a/hosts/JWST/configuration.nix b/hosts/JWST/configuration.nix index fa78cc1..62d791f 100644 --- a/hosts/JWST/configuration.nix +++ b/hosts/JWST/configuration.nix @@ -15,7 +15,7 @@ boot.initrd = { luks.devices."root" = { - device = "/dev/disk/by-uuid/25e06c9e-3f53-4abc-a656-d8b388b27f58"; # UUID for /dev/nvme01np2 + device = "/dev/disk/by-uuid/25e06c9e-3f53-4abc-a656-d8b388b27f58"; # UUID for /dev/nvme01np2 preLVM = true; keyFile = "/keyfile0.bin"; allowDiscards = true; diff --git a/hosts/JWST/hardware-configuration.nix b/hosts/JWST/hardware-configuration.nix index 55e5b68..db3aaec 100644 --- a/hosts/JWST/hardware-configuration.nix +++ b/hosts/JWST/hardware-configuration.nix @@ -1,31 +1,35 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: - { - imports = - [ (modulesPath + "/installer/scan/not-detected.nix") - ]; + config, + lib, + pkgs, + modulesPath, + ... +}: { + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + ]; - boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; - boot.initrd.kernelModules = [ "dm-snapshot" ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; + boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc"]; + boot.initrd.kernelModules = ["dm-snapshot"]; + boot.kernelModules = ["kvm-intel"]; + boot.extraModulePackages = []; - fileSystems."/" = - { device = "/dev/disk/by-uuid/09e1694e-5236-45d3-b454-1dbe9ac473da"; - fsType = "ext4"; - }; + fileSystems."/" = { + device = "/dev/disk/by-uuid/09e1694e-5236-45d3-b454-1dbe9ac473da"; + fsType = "ext4"; + }; - fileSystems."/boot/efi" = - { device = "/dev/disk/by-uuid/20C7-3E47"; - fsType = "vfat"; - }; + fileSystems."/boot/efi" = { + device = "/dev/disk/by-uuid/20C7-3E47"; + fsType = "vfat"; + }; - swapDevices = - [ { device = "/dev/disk/by-uuid/9d8aab67-42c8-4139-a178-275523260792"; } - ]; + swapDevices = [ + {device = "/dev/disk/by-uuid/9d8aab67-42c8-4139-a178-275523260792";} + ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's diff --git a/users/tacocat/programs/firefox.nix b/users/tacocat/programs/firefox.nix index 819f49f..7401630 100644 --- a/users/tacocat/programs/firefox.nix +++ b/users/tacocat/programs/firefox.nix @@ -71,6 +71,7 @@ "browser.tabs.firefox-view" = false; "toolkit.legacyUserProfileCustomizations.stylesheets" = true; "browser.toolbars.bookmarks.visibility" = "never"; + "extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; }; search = { force = true;