switch to nvf
Some checks failed
/ ci (push) Has been cancelled

This commit is contained in:
Callum Leslie 2025-04-10 16:18:46 +01:00
parent 44419a52d6
commit 1eece5263a
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
6 changed files with 228 additions and 17 deletions

View file

@ -1,8 +1,4 @@
{
inputs,
pkgs,
...
}: {
{pkgs, ...}: {
imports = [./programs ./services];
programs.home-manager.enable = true;
@ -59,7 +55,8 @@
unzip
just
wireshark
inputs.nixvim.packages."x86_64-linux".default # nixvim
nvf
#inputs.nixvim.packages."x86_64-linux".default # nixvim
];
home.stateVersion = "24.05";