Improve folder structure

This commit is contained in:
Dave Gallant
2021-01-16 23:31:14 -05:00
parent 3e13f04043
commit 73e8011316
11 changed files with 300 additions and 164 deletions

View File

@@ -1,12 +1,9 @@
{ pkgs, ... }:
{
nixpkgs.overlays = import ../overlays { inherit pkgs; };
nixpkgs.config.allowUnfree = true;
home = {
sessionVariables = { EDITOR = "vim"; };
packages = import ./packages.nix { inherit pkgs; };
};
services = {