Added a dev shell command to ncli and enabled nix-direnv so development shells automatically get enabled upon entering a directory
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
".config/gtk-4.0/settings.ini.backup"
|
||||
".config/niri/config.kdl"
|
||||
];
|
||||
devTemplate = ../other/dev-template.nix;
|
||||
})
|
||||
];
|
||||
|
||||
@ -54,6 +55,12 @@
|
||||
#];
|
||||
};
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
kitty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user