mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
reworked nvim
This commit is contained in:
parent
6474455a8e
commit
c6aded3e64
14 changed files with 254 additions and 181 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
programs.home-manager.enable = true;
|
||||
imports = [ (import ./modules/default.nix) ];
|
||||
imports = [ (import ./modules) ];
|
||||
home.stateVersion = "22.11";
|
||||
|
||||
home.username = "bryan";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue