adding new brain user to test

This commit is contained in:
Bryan Ramos 2023-06-06 20:53:09 -04:00
parent 2d8b317c72
commit 85ef84040e
5 changed files with 9 additions and 9 deletions

View file

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

View file

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