from nixvim to nvf

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>

Former-commit-id: d966eafd50f111f94ffe368ce685bfeb5e32c2f6
This commit is contained in:
Hadi
2025-06-17 11:28:12 +02:00
parent 37f63e248a
commit a1691ae886

View File

@@ -1,12 +1,15 @@
{ pkgs, config, ... }: {
{
pkgs,
config,
...
}: {
imports = [
# Mostly user-specific configuration
./variables.nix
# Programs
../../home/programs/kitty
../../home/programs/nvim
../../home/programs/nvf
../../home/programs/shell
../../home/programs/fetch
../../home/programs/git
@@ -61,6 +64,7 @@
# Dev
go
bun
nodejs
python3
jq
@@ -89,7 +93,7 @@
];
# Import my profile picture, used by the hyprpanel dashboard
file.".face.icon" = { source = ./profile_picture.png; };
file.".face.icon" = {source = ./profile_picture.png;};
# Don't touch this
stateVersion = "24.05";