update
This commit is contained in:
@@ -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; [
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user