mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Fixed nur?
This commit is contained in:
parent
4dab7a6a37
commit
0fa67bc1d9
3 changed files with 6 additions and 8 deletions
|
|
@ -9,7 +9,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.firefox = {
|
||||
enabled = true;
|
||||
profiles.bryan = import config/bryan.nix { inherit pkgs; };
|
||||
profiles.bryan = import config/bryan.nix { inherit config; };
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue