add lorri
and direnv
This commit is contained in:
parent
54fcd874f1
commit
9f5bae49e4
4 changed files with 17 additions and 5 deletions
10
nixos/development.nix
Normal file
10
nixos/development.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
services.lorri = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
direnv
|
||||
];
|
||||
}
|
|
@ -28,6 +28,7 @@
|
|||
ohMyZsh = {
|
||||
enable = true;
|
||||
theme = "agnoster";
|
||||
plugins = [ "git" "direnv"];
|
||||
};
|
||||
|
||||
shellAliases = let ezaArgs = "--time-style='+%Y-%m-%d %H:%M' --icons";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue