neovim:init.vim->init.lua and misc changes

This commit is contained in:
2021-05-29 10:17:10 +05:30
parent 94ed8dba17
commit 28cda002d5
28 changed files with 537 additions and 332 deletions

View File

@@ -1,5 +1,4 @@
{ lib, config, ...}:
{
imports =
[
@@ -9,9 +8,10 @@
./satori/networking.nix
./satori/boot.nix
./satori/services.nix
./modules/nvidia-offload.nix
./modules/pipewire.nix
./modules/xorg.nix
./common/nvidia-offload.nix
./common/pipewire.nix
./common/xorg.nix
./configs/nvim.nix
];
system.stateVersion = "20.09";
}