[WIP] Refactor nix config
This commit is contained in:
14
newnix/modules/home/dev.nix
Normal file
14
newnix/modules/home/dev.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
visidata
|
||||
bubblewrap
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user