reorganizing files
This commit is contained in:
parent
c51bc454bc
commit
6c99ced7fe
10 changed files with 33 additions and 31 deletions
|
@ -16,16 +16,16 @@
|
|||
greynix = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./nixosModules/base.nix
|
||||
./mods/base.nix
|
||||
./greynix/configuration.nix
|
||||
./nixosModules/docker.nix
|
||||
./mods/docker.nix
|
||||
nvf.nixosModules.default #for neovim framework flake
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.elias = import ./nixosModules/home.nix;
|
||||
home-manager.users.elias = import ./mods/home.nix;
|
||||
|
||||
# Optionally, use home-manager.extraSpecialArgs to pass
|
||||
# arguments to home.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue