Building now but hm can't start

This commit is contained in:
Bryan Ramos 2023-06-06 21:00:19 -04:00
parent 85ef84040e
commit a2c480f5d9
6 changed files with 41 additions and 29 deletions

View file

@ -5,8 +5,8 @@
imports = [ (import ./modules/default.nix) ];
home.stateVersion = "22.11";
home.username = "brain";
home.homeDirectory = "/home/brain";
home.username = "bryan";
home.homeDirectory = "/home/bryan";
modules = {
gui.enable = true;

View file

@ -9,7 +9,7 @@ in
config = mkIf cfg.enable {
programs.firefox = {
enable = true;
profiles.brain = import config/brain.nix { inherit pkgs; };
profiles.bryan = import config/bryan.nix { inherit pkgs; };
};
home.packages = with pkgs; [