Add .envrc
This commit is contained in:
parent
c512c63fdb
commit
762f8bd7ec
5
.envrc
Normal file
5
.envrc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
use flake
|
||||||
|
|
||||||
|
# devshell needs the shellHook to run even when cached
|
||||||
|
# https://github.com/nix-community/nix-direnv/issues/109
|
||||||
|
eval "$shellHook"
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
.direnv
|
||||||
result*
|
result*
|
||||||
/.vms/*
|
/.vms/*
|
||||||
!/.vms/.gitkeep
|
!/.vms/.gitkeep
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
# So home-manager will inject the sourcing of ~/.nix-profile/etc/profile.d/nix.sh
|
||||||
|
targets.genericLinux.enable = true;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
kakoune.enable = true;
|
kakoune.enable = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user