mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 21:16:14 +01:00
ntfs stuff
This commit is contained in:
2
home.nix
2
home.nix
@@ -90,8 +90,6 @@ in {
|
||||
neofetch
|
||||
pavucontrol
|
||||
htop
|
||||
ntfs3g
|
||||
dosfstools
|
||||
woeusb
|
||||
steam-run
|
||||
unzip
|
||||
|
||||
@@ -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; [
|
||||
|
||||
@@ -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; [ ]);
|
||||
|
||||
Reference in New Issue
Block a user