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