MORE
This commit is contained in:
parent
c9cc6a70bf
commit
94e2435f49
2 changed files with 28 additions and 13 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "vim";
|
||||
BROWSER = "firefox";
|
||||
|
|
@ -129,4 +133,15 @@
|
|||
customRC = builtins.readFile ~/dotfiles/vimrc;
|
||||
};
|
||||
};
|
||||
|
||||
programs.htop.enable = true;
|
||||
programs.jq.enable = true;
|
||||
programs.emacs.enable = true;
|
||||
programs.keychain = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
inheritType = "any";
|
||||
agents = ["gpg" "ssh"];
|
||||
keys = ["id_rsa" "2B3A6377"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue