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
pavucontrol
htop
ntfs3g
dosfstools
woeusb
steam-run
unzip

View File

@@ -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; [

View File

@@ -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; [ ]);