mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 14:54:26 -05:00
Some improves
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user