diff --git a/nixos/hosts/base.nix b/nixos/hosts/base.nix index 05e57ee..335959b 100644 --- a/nixos/hosts/base.nix +++ b/nixos/hosts/base.nix @@ -9,6 +9,7 @@ extraModprobeConfig = '' options v4l2loopback devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1 ''; + supportedFilesystems = [ "ntfs" ]; }; security.polkit.enable = true; diff --git a/nixos/packages.nix b/nixos/packages.nix index 1476af7..1b09da9 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -99,6 +99,7 @@ # misc catppuccin-sddm # Soothing pastel theme for SDDM kdePackages.kdenlive # Free and open source video editor, based on MLT Framework and KDE Frameworks + kdePackages.kservice # KService allows to query information about installed applications and their associated file types. mlt #! Open source multimedia framework, designed for television broadcasting (This is fucking stupid) nmap # Free and open source utility for network discovery and security auditing obs-studio # Free and open source software for video recording and live streaming