ntfs stuff

This commit is contained in:
2024-04-14 21:39:22 +02:00
parent aac555405e
commit 462d9fa46d
3 changed files with 4 additions and 2 deletions

View File

@@ -90,8 +90,6 @@ in {
neofetch neofetch
pavucontrol pavucontrol
htop htop
ntfs3g
dosfstools
woeusb woeusb
steam-run steam-run
unzip unzip

View File

@@ -105,6 +105,8 @@
(with pkgs; [ (with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
#wget #wget
ntfs3g
dosfstools
]) ])
++ ++
(with pkgs-unstable; [ (with pkgs-unstable; [

View File

@@ -153,6 +153,8 @@
(with pkgs; [ (with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget # wget
ntfs3g
dosfstools
]) ])
++ ++
(with pkgs-unstable; [ ]); (with pkgs-unstable; [ ]);