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,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue