Refactor: import modules in flake.nix
This commit is contained in:
parent
c5307cae01
commit
2d410ba894
@ -138,7 +138,7 @@
|
||||
pkgs = pkgsFor system;
|
||||
in nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
modules = __attrValues self.nixosModules ++ [
|
||||
(import (./machines + "/${name}"))
|
||||
{ nixpkgs.pkgs = pkgs; }
|
||||
{ device = name; }
|
||||
|
@ -1,21 +1,12 @@
|
||||
{ inputs, ... }: {
|
||||
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
|
||||
imports = with inputs.self.nixosProfiles; [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
||||
# MODULES
|
||||
applications
|
||||
secrets
|
||||
secrets-envsubst
|
||||
persist
|
||||
bt-agent
|
||||
|
||||
|
||||
# PROFILES
|
||||
autoRun
|
||||
xdg
|
||||
|
||||
boot
|
||||
devices
|
||||
git
|
||||
gpg
|
||||
locale
|
||||
|
@ -1,12 +1,7 @@
|
||||
{ inputs, ... }: {
|
||||
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
|
||||
imports = with inputs.self.nixosProfiles; [
|
||||
./base.nix
|
||||
|
||||
# MODULES
|
||||
themes
|
||||
ezwg
|
||||
|
||||
|
||||
# PROFILES
|
||||
applications-setup
|
||||
bluetooth
|
||||
|
Loading…
Reference in New Issue
Block a user