Added nixvim

This commit is contained in:
Aleksandr Lebedev 2024-11-21 16:26:12 +01:00
parent e9356e164c
commit bf8b990a71
5 changed files with 329 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, stylix, ... }:
{ config, pkgs, stylix, inputs, ... }:
let
#nur = import (builtins.fetchTarball {
@ -14,6 +14,7 @@
imports =
[
./hyprland/hyprland.nix
./nixvim
];
# Home Manager needs a bit of information about you and the paths it should
# manage.