From 4436d8df59d35bb94a464f430379cbf29364ba05 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 22 Apr 2024 14:50:33 +0200 Subject: [PATCH] Have shodan import firefox settings --- home-manager/hosts/shodan/lillian.nix | 1 + nixos/hosts/shodan/configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/home-manager/hosts/shodan/lillian.nix b/home-manager/hosts/shodan/lillian.nix index dfac6d2..f4a1e4f 100644 --- a/home-manager/hosts/shodan/lillian.nix +++ b/home-manager/hosts/shodan/lillian.nix @@ -19,6 +19,7 @@ # You can also split up your configuration and import pieces of it here: # ./nvim.nix ../../package-configs/zsh.nix + ../../package-configs/firefox.nix ../../desktop/plasma-desktop ]; nixpkgs = { diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 53cd124..ff41d04 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -17,6 +17,7 @@ # Import the shared settings ../../shared + ../../desktop/package-configs/firefox # You can also split up your configuration and import pieces of it here: # ./nvim.nix