diff --git a/common/utilities.nix b/common/utilities.nix deleted file mode 100644 index 26ea569..0000000 --- a/common/utilities.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - # CLI utilities I get frustrated if I'm missing - environment.systemPackages = with pkgs; [ - git - inetutils - parted - wget - ]; -} \ No newline at end of file diff --git a/hive.nix b/hive.nix index 84aa279..6c0d560 100644 --- a/hive.nix +++ b/hive.nix @@ -11,7 +11,6 @@ in { imports = [ (import "${sources.home-manager}/nixos") ./pinning.nix - ./common/utilities.nix ./users/qenya.nix ]; }; diff --git a/hosts/tohru/configuration.nix b/hosts/tohru/configuration.nix index 845a558..637d9cb 100644 --- a/hosts/tohru/configuration.nix +++ b/hosts/tohru/configuration.nix @@ -27,9 +27,6 @@ sound.enable = true; hardware.pulseaudio.enable = true; - # USB drives - boot.supportedFilesystems = [ "ntfs" ]; - hardware.enableAllFirmware = true; services.fwupd.enable = true; services.fstrim.enable = true; diff --git a/hosts/tohru/home.nix b/hosts/tohru/home.nix index dfbdbe8..16683fb 100644 --- a/hosts/tohru/home.nix +++ b/hosts/tohru/home.nix @@ -12,8 +12,6 @@ home.packages = with pkgs; [ bitwarden - foliate - keepassxc tor-browser-bundle-bin ]; programs.chromium.enable = true;