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;