working on fixing

This commit is contained in:
Bryan Ramos 2023-06-06 09:29:16 -04:00
parent 164c765a83
commit 4dab7a6a37
10 changed files with 67 additions and 34 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, config, me, ... }:
{ pkgs, lib, config, ... }:
with lib;
let
@ -9,7 +9,7 @@ in
config = mkIf cfg.enable {
programs.firefox = {
enabled = true;
profiles.${me} = import (config/${me}.nix) { inherit pkgs; };
profiles.bryan = import config/bryan.nix { inherit pkgs; };
};
home.packages = [