This commit is contained in:
2024-12-31 23:41:27 -08:00
parent b753ec3fc5
commit b0d87cc4e2
2 changed files with 9 additions and 0 deletions

View File

@@ -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; [

View File

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