This commit is contained in:
Tao Tien 2023-11-01 01:50:30 -07:00
parent 2c4cadf8cc
commit cefc4e2349

View file

@ -1,5 +1,6 @@
{ lib, pkgs, modulesPath, ... }: {
environment.systemPackages = with pkgs; [
localsend
bat
bottom
cifs-utils
@ -33,11 +34,13 @@
environment.variables = {
EDITOR = "hx";
VISUAL = "hx";
SKIM_DEFAULT_COMMAND = "rg --files";
};
environment.sessionVariables = {
EDITOR = "hx";
VISUAL = "hx";
SKIM_DEFAULT_COMMAND = "rg --files";
};
hardware.enableAllFirmware = true;
@ -45,7 +48,7 @@
boot.loader.systemd-boot.enable = lib.mkDefault true;
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
boot.loader.timeout = 0;
boot.loader.timeout = 1;
boot.supportedFilesystems = [ "ntfs" ];
networking.networkmanager = {