From 1ae16e2971deab258d6f3d9f5208c9b87ad4eb85 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:10:46 -0500 Subject: [PATCH] fixed --- home.nix | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/home.nix b/home.nix index 2722861..c237da5 100644 --- a/home.nix +++ b/home.nix @@ -1,6 +1,9 @@ -{ config, pkgs, lib, ... }: +{ config, pkgs, lib, inputs, ... }: { + # imports = [ + # inputs._1password-shell-plugins.hmModules.default + # ]; # Home Manager needs a bit of information about you and the paths it should # manage. home.username = config.user; @@ -18,14 +21,17 @@ # The home.packages option allows you to install Nix packages into your # environment. home.packages = with pkgs; [ - # # Adds the 'hello' command to your environment. It prints a friendly - # # "Hello, world!" when run. - # pkgs.hello - git - gh + wget + curl + cacert + busybox + gnugrep + dig eza gdu - uv + lazygit + btop + yazi (writeShellScriptBin "nhmu" '' nix flake update --flake ~/.config/home-manager nix run home-manager -- switch --flake ~/.config/home-manager @@ -39,13 +45,6 @@ # # parentheses. Maybe you want to install Nerd Fonts with a limited number of # # fonts? # (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; }) - - # # You can also create simple shell scripts directly inside your - # # configuration. For example, this adds a command 'my-hello' to your - # # environment: - # (pkgs.writeShellScriptBin "my-hello" '' - # echo "Hello, ${config.home.username}!" - # '') ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage