#author("2024-11-08T09:35:58+00:00","","") #author("2025-03-24T12:48:16+00:00","","") *Nix Config / SysPkg [#l2d62402] -[[パッケージ検索サイト (公式):https://search.nixos.org/packages]] **初期設定 [#pde425c4] #highlightjs(nix) # 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 # ]; -vim と wget が指定されている。nanoはもとから入っているが、vimはここで指定しないと入らない。 **一例 [#s09a1afb] #highlightjs(nix) environment.systemPackages = with pkgs; [ vim #vi互換エディタ wget #ファイル取得コマンド cryptsetup #暗号化ファイル取り扱い lv #多言語ページャー nkf #日本語文字コード変換 lhasa #lzh展開 p7zip #7z圧縮展開 zip #zip圧縮 unzip #zip展開 neofetch #OSの種類をロゴつきで出す gnupg #gpg git #git firefox #ブラウザ (GUI) alacritty #高速な端末アプリ ];