mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-01-28 02:58:42 +08:00
feat: import neovim module on servers too
This commit is contained in:
parent
a4306e1e87
commit
8d600a0bae
1 changed files with 3 additions and 2 deletions
|
|
@ -1,13 +1,14 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports =
|
||||
[ (import ./bootloader.nix) ]
|
||||
[ (import ./bootloader.nix) ]
|
||||
++ [ (import ./hardware.nix) ]
|
||||
++ [ (import ./network.nix) ]
|
||||
++ [ (import ./nvim.nix) ]
|
||||
++ [ (import ./program.nix) ]
|
||||
++ [ (import ./security.nix) ]
|
||||
++ [ (import ./services.nix) ]
|
||||
++ [ (import ./system.nix) ]
|
||||
++ [ (import ./user.nix) ];
|
||||
# ++ [ (import ./virtualization.nix) ];
|
||||
# ++ [ (import ./virtualization.nix) ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue