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