mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
cat
This commit is contained in:
parent
c79e5fc3f4
commit
730d251731
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
programs.home-manager.enable = true;
|
||||
imports = [ (import ./modules/default.nix { inherit pkgs; }) ];
|
||||
imports = [ (import ./modules/default.nix) ];
|
||||
home.stateVersion = "22.11";
|
||||
|
||||
home.username = "bryan";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue