diff --git a/home.nix b/home.nix index 78da1bc..516ed47 100644 --- a/home.nix +++ b/home.nix @@ -90,8 +90,6 @@ in { neofetch pavucontrol htop - ntfs3g - dosfstools woeusb steam-run unzip diff --git a/thor/configuration.nix b/thor/configuration.nix index eed2d0e..06ae887 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -105,6 +105,8 @@ (with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. #wget + ntfs3g + dosfstools ]) ++ (with pkgs-unstable; [ diff --git a/zion/configuration.nix b/zion/configuration.nix index ac5fb0a..00645c8 100644 --- a/zion/configuration.nix +++ b/zion/configuration.nix @@ -153,6 +153,8 @@ (with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget + ntfs3g + dosfstools ]) ++ (with pkgs-unstable; [ ]);