mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
reorder
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{ inputs, config, ... }:
|
||||
let
|
||||
home-manager-config =
|
||||
{
|
||||
flake.nixosModules.home-manager = {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
(
|
||||
{ lib, ... }:
|
||||
{
|
||||
home-manager = {
|
||||
@@ -11,13 +14,8 @@ let
|
||||
backupCommand = "rm";
|
||||
overwriteBackup = true;
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
flake.nixosModules.home-manager = {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
home-manager-config
|
||||
}
|
||||
)
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user