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