Added nixvim
This commit is contained in:
parent
e9356e164c
commit
bf8b990a71
5 changed files with 329 additions and 9 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue