Formatting

This commit is contained in:
Annika Merris 2024-05-11 21:43:44 -04:00
parent 07219c9f8f
commit 71c396cc28
2 changed files with 8 additions and 7 deletions

View file

@ -4,7 +4,7 @@
# imports = [ # imports = [
# inputs.sops-nix.homeManagerModules.sops # inputs.sops-nix.homeManagerModules.sops
#]; #];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should
# manage. # manage.
@ -89,11 +89,11 @@
enable = true; enable = true;
policies = { policies = {
ExtensionSettings = { ExtensionSettings = {
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = { "{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi";
installation_mode = "normal_installed"; installation_mode = "normal_installed";
default_area = "navbar"; default_area = "navbar";
}; };
}; };
}; };
}; };

View file

@ -6,7 +6,8 @@
{ {
imports = imports =
[ # Include the results of the hardware scan. [
# Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
]; ];