From 71c396cc288ac3dd17d7d27789e0402b84e45d01 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sat, 11 May 2024 21:43:44 -0400 Subject: [PATCH] Formatting --- hosts/kim/annika.nix | 12 ++++++------ hosts/kim/configuration.nix | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/hosts/kim/annika.nix b/hosts/kim/annika.nix index 0297c68..5a9e9bb 100644 --- a/hosts/kim/annika.nix +++ b/hosts/kim/annika.nix @@ -4,7 +4,7 @@ # imports = [ # inputs.sops-nix.homeManagerModules.sops #]; - + nixpkgs.config.allowUnfree = true; # Home Manager needs a bit of information about you and the paths it should # manage. @@ -89,11 +89,11 @@ enable = true; policies = { ExtensionSettings = { - "{446900e4-71c2-419f-a6a7-df9c091e268b}" = { - install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi"; - installation_mode = "normal_installed"; - default_area = "navbar"; - }; + "{446900e4-71c2-419f-a6a7-df9c091e268b}" = { + install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi"; + installation_mode = "normal_installed"; + default_area = "navbar"; + }; }; }; }; diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index cef593e..57be0c0 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -6,7 +6,8 @@ { imports = - [ # Include the results of the hardware scan. + [ + # Include the results of the hardware scan. ./hardware-configuration.nix inputs.home-manager.nixosModules.default ];