更新 configuration.nix
parent
848210bd78
commit
0634e30e6b
|
@ -130,17 +130,16 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
neoovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
wget
|
wget
|
||||||
firefox
|
chrome
|
||||||
git
|
git
|
||||||
neofetch
|
neofetch
|
||||||
htop
|
btop
|
||||||
vlc # VLC Media Player
|
vlc # VLC Media Player
|
||||||
obs-studio # OBS Studio
|
obs-studio # OBS Studio
|
||||||
bluez # Bluetooth tools
|
bluez # Bluetooth tools
|
||||||
qv2ray # Qv2ray(R.I.P.)
|
clash-verge
|
||||||
v2ray # Fucking GFW
|
|
||||||
vscode # Visual Studio Code(Unfree software)
|
vscode # Visual Studio Code(Unfree software)
|
||||||
tdesktop # Telegram Desktop
|
tdesktop # Telegram Desktop
|
||||||
flameshot # Flameshot
|
flameshot # Flameshot
|
||||||
|
|
Loading…
Reference in New Issue