feat: switch to nixvim

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2024-09-24 09:35:44 +02:00
parent 07d661f1db
commit 2188eaaa7d
Signed by: lander
GPG key ID: 0142722B4B0C536F
5 changed files with 448 additions and 100 deletions

View file

@ -1,14 +1,10 @@
{
inputs,
lib,
config,
pkgs,
...
}:
let
theme = import ../../../lib/theme { inherit pkgs; };
in
{
}: let
theme = import ../../../lib/theme {inherit pkgs;};
in {
imports = [
inputs.catppuccin.homeManagerModules.catppuccin
@ -37,6 +33,7 @@ in
home.packages = with pkgs; [
sops
inputs.nixvim.packages.x86_64-linux.default
];
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion