From d747a713201b79c7024583312dfc0a0d1f29e446 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 8 Nov 2024 16:28:44 +0100 Subject: [PATCH] Pallas: have to enable firefox later --- home/hosts/Pallas.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/home/hosts/Pallas.nix b/home/hosts/Pallas.nix index 28bb1be..4ac8dcd 100644 --- a/home/hosts/Pallas.nix +++ b/home/hosts/Pallas.nix @@ -1,8 +1,5 @@ -args@{ pkgs, lib, config, ... }: +{ pkgs, lib, config, ... }: -let - secret = import ../../secret/hosts/Pallas.nix; -in { imports = [ ../config/fonts @@ -32,7 +29,7 @@ in ../programs/jq.nix - (import ../programs/firefox.nix (args // { inherit secret; })) + #(import ../programs/firefox.nix (args // { inherit secret; })) ../programs/scripts.nix