From a1691ae886ed6fcb251d8552bed2654e5db0e010 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:28:12 +0200 Subject: [PATCH] from nixvim to nvf Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> Former-commit-id: d966eafd50f111f94ffe368ce685bfeb5e32c2f6 --- hosts/laptop/home.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 2c49a8b..c757697 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -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";