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, overlays, pkgs, ... }: {
|
||||
{ config, inputs, modules, overlays, pkgs, ... }: {
|
||||
networking.hostName = "apricot";
|
||||
system.stateVersion = "21.05";
|
||||
time.timeZone = "Asia/Phnom_Penh";
|
||||
|
|
@ -9,6 +9,9 @@
|
|||
wpa_conf.file = ../../secrets/wpa_conf.age;
|
||||
};
|
||||
imports = with modules.system; [
|
||||
inputs.home-manager.nixosModule
|
||||
home-manager
|
||||
|
||||
base
|
||||
input
|
||||
kernel
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, modules, overlays, pkgs, ... }: {
|
||||
{ config, inputs, modules, overlays, pkgs, ... }: {
|
||||
networking.hostName = "blossom";
|
||||
system.stateVersion = "21.11";
|
||||
time.timeZone = "Asia/Phnom_Penh";
|
||||
|
|
@ -9,6 +9,9 @@
|
|||
wpa_conf.file = ../../secrets/wpa_conf.age;
|
||||
};
|
||||
imports = with modules.system; [
|
||||
inputs.home-manager.nixosModule
|
||||
home-manager
|
||||
|
||||
audio
|
||||
base
|
||||
greetd
|
||||
|
|
|
|||
|
|
@ -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