From 440eb287edf5710c69a46d52d848341d4c8bc0bb Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 26 Nov 2023 22:50:53 +0800 Subject: [PATCH] feat: add gparted & ventoy --- modules/nixos/core-desktop.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/nixos/core-desktop.nix b/modules/nixos/core-desktop.nix index 53735cb0..30195d1f 100644 --- a/modules/nixos/core-desktop.nix +++ b/modules/nixos/core-desktop.nix @@ -29,6 +29,8 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + gparted + ventoy # python, some times I may need to use python with root permission. (python310.withPackages (ps: with ps; [