From 462d9fa46d918f8fb23e2654224c1922a6d180c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sun, 14 Apr 2024 21:39:22 +0200 Subject: [PATCH] ntfs stuff --- home.nix | 2 -- thor/configuration.nix | 2 ++ zion/configuration.nix | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) 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; [ ]);