From b0d87cc4e21f2e68773c24299efdf425709b56fd Mon Sep 17 00:00:00 2001 From: rogueking Date: Tue, 31 Dec 2024 23:41:27 -0800 Subject: [PATCH] update --- configuration.nix | 7 +++++++ home-manager/cli-tools.nix | 2 ++ 2 files changed, 9 insertions(+) diff --git a/configuration.nix b/configuration.nix index c7d1d42..6786de3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -138,18 +138,25 @@ # $ nix search wget environment.systemPackages = with pkgs; [ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + tlp wget nmap + nettools openssh vesktop + metasploit kdePackages.kdeconnect-kde kdePackages.partitionmanager kdePackages.bluedevil kdePackages.bluez-qt + kdePackages.oxygen-sounds fprintd unzip oh-my-zsh jellyfin-media-player + moonlight-qt + qFlipper + android-tools ]; fonts.packages = with pkgs; [ diff --git a/home-manager/cli-tools.nix b/home-manager/cli-tools.nix index 5217b0e..31d9102 100644 --- a/home-manager/cli-tools.nix +++ b/home-manager/cli-tools.nix @@ -19,6 +19,7 @@ kitty.enable = true; yazi.enable = true; starship.enable = true; + lazygit.enable = true; git = { enable = true; @@ -51,6 +52,7 @@ ls = "eza --color=auto"; grep = "grep --color=auto"; ll = "eza -la"; + lg = "lazygit"; lt = "eza --tree"; cd = "z"; open = "xdg-open";