# environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget # ];
environment.systemPackages = with pkgs; [ vim #vi互換エディタ wget #ファイル取得コマンド cryptsetup #暗号化ファイル取り扱い lv #多言語ページャー nkf #日本語文字コード変換 lhasa #lzh展開 p7zip #7z圧縮展開 zip #zip圧縮 unzip #zip展開 gnupg #gpg ];