skim
This commit is contained in:
parent
2c4cadf8cc
commit
cefc4e2349
1 changed files with 4 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue