Nix Config / SysPkg

初期設定

# 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
 ];

トップ   一覧 検索 最終更新   ヘルプ   最終更新のRSS