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 = [ imports = [
# Mostly user-specific configuration # Mostly user-specific configuration
./variables.nix ./variables.nix
# Programs # Programs
../../home/programs/kitty ../../home/programs/kitty
../../home/programs/nvim ../../home/programs/nvf
../../home/programs/shell ../../home/programs/shell
../../home/programs/fetch ../../home/programs/fetch
../../home/programs/git ../../home/programs/git
@@ -61,6 +64,7 @@
# Dev # Dev
go go
bun
nodejs nodejs
python3 python3
jq jq
@@ -89,7 +93,7 @@
]; ];
# Import my profile picture, used by the hyprpanel dashboard # 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 # Don't touch this
stateVersion = "24.05"; stateVersion = "24.05";