[m] Cleanup nixos config
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
fonts = {
|
||||
enableDefaultPackages = false;
|
||||
fontDir.enable = true;
|
||||
#fonts = with pkgs; [
|
||||
|
||||
packages = with pkgs; [
|
||||
ibm-plex
|
||||
lmmath
|
||||
@ -25,7 +25,6 @@
|
||||
};
|
||||
|
||||
hinting.style = "medium";
|
||||
# hinting.style = "hintfull";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ ... }: {
|
||||
services.fwupd.enable = true;
|
||||
services.fwupd.enable = false; # Note: run inside a nix-shell
|
||||
hardware.enableAllFirmware = true;
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
services.fstrim.enable = true;
|
||||
services.gvfs.enable = true;
|
||||
services.fstrim.enable = true; # Improves SSD life
|
||||
|
||||
environment.systemPackages = with pkgs; [ gvfs nfs-utils ];
|
||||
}
|
||||
|
@ -1,7 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.brillo.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ bluez bluez-tools ];
|
||||
}
|
||||
|
Reference in New Issue
Block a user