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";