working on fixing

This commit is contained in:
Bryan Ramos 2023-06-06 09:29:16 -04:00
parent 164c765a83
commit 4dab7a6a37
10 changed files with 67 additions and 34 deletions

View file

@ -1,16 +1,14 @@
{ me, config, ... }:
{ pkgs, config, ... }:
{
{
programs.home-manager.enable = true;
imports = ./modules/default.nix;
home.stateVersion = "22.11";
home = {
username = me;
homeDirectory = "/home/${me}";
};
home.username = "bryan";
home.homeDirectory = "/home/bryan";
imports = ./modules;
config.modules = {
modules = {
gui.enable = true;
browsers.enable = true;
alacritty.enable = true;