Distuingish between configurations and program modifications

This commit is contained in:
Charlotte Van Petegem 2020-05-03 17:40:09 +02:00
parent 964b294300
commit 1afb00a3de
27 changed files with 48 additions and 44 deletions

View file

@ -1,13 +0,0 @@
with import <nixpkgs> { };
{
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = [
(
pkgs.neovim.override {
configure = (import ./base.nix { inherit pkgs; });
}
)
];
};
}