Some improves

This commit is contained in:
2025-10-17 09:31:17 +02:00
parent 2ea3065c4f
commit f7533d4ffa
4 changed files with 25 additions and 1 deletions

View File

@@ -7,6 +7,13 @@
hardware.enableAllFirmware = true;
services = {
udisks2.enable = true;
gvfs.enable = true;
};
security.polkit.enable = true;
# Nix fun
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "flakes" "nix-command" ];
@@ -25,7 +32,7 @@
services.avahi.nssmdns4 = true;
environment = {
systemPackages = with pkgs; [ yazi tmux git starship zoxide rsync rclone ];
systemPackages = with pkgs; [ yazi tmux git starship zoxide rsync rclone ntfs3g exfatprogs ];
};
nix.optimise.automatic = true;