mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 18:57:32 -08:00
Merge branch 'master' of github.com:starr-dusT/dotfiles
This commit is contained in:
commit
f92c6e6b5b
@ -1,7 +1,7 @@
|
||||
{ lib, system, user, inputs, agenix, home-manager, jovian-nixos, ... }:
|
||||
{
|
||||
inherit system;
|
||||
specialArgs = { inherit user inputs home-manger; };
|
||||
specialArgs = { inherit user inputs home-manager jovian-nixos; };
|
||||
modules = [
|
||||
../default # shared by all configs
|
||||
../default/physical/configuration.nix # shared by physical machines
|
||||
|
@ -2,7 +2,7 @@
|
||||
{
|
||||
imports = [
|
||||
(jovian-nixos + "/modules")
|
||||
home-manager.nixosModule
|
||||
#home-manager.nixosModule
|
||||
];
|
||||
|
||||
jovian = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user