nvim stuff

This commit is contained in:
2025-08-05 15:51:08 +02:00
parent 4ef46d14a1
commit df513eb640
14 changed files with 72 additions and 212 deletions

View File

@@ -3,6 +3,7 @@
pkgs,
lib,
home-manager,
nixvim,
user,
...
}:
@@ -24,8 +25,6 @@ in
extraGroups = [
"wheel"
"sudo"
"audio"
"video"
"network"
"systemd-journal"
];
@@ -44,7 +43,8 @@ in
{
_module.args = { inherit user; };
imports = [
../base/home-manager.nix
nixvim.homeModules.nixvim
../base/home-manager
];
home = {
packages = pkgs.callPackage ./packages.nix { };