treewide: decouple home-manager
This commit is contained in:
parent
e0ec7ceb2a
commit
41c4362136
7 changed files with 26 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, modules, modulesPath, overlays, pkgs, ... }: {
|
||||
{ config, inputs, modules, modulesPath, overlays, pkgs, ... }: {
|
||||
networking.hostName = "fondue";
|
||||
system.stateVersion = "21.05";
|
||||
time.timeZone = "Australia/Melbourne";
|
||||
|
|
@ -9,6 +9,9 @@
|
|||
};
|
||||
imports = with modules.system; [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
inputs.home-manager.nixosModule
|
||||
home-manager
|
||||
|
||||
base
|
||||
input
|
||||
kernel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue