mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
working on fixing
This commit is contained in:
parent
164c765a83
commit
4dab7a6a37
10 changed files with 67 additions and 34 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue