mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Improve folder structure
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user