This commit is contained in:
2026-03-31 20:07:15 -05:00
parent 297b993992
commit 59a6dc79f0
15 changed files with 229 additions and 187 deletions

View File

@@ -1,4 +1,4 @@
{ inputs, ... }: {
{ self, inputs, ... }: {
flake.nixosModules.laptop = { config, pkgs, lib, ... }:
@@ -8,6 +8,8 @@
inputs.home-manager.nixosModules.default
inputs.sops-nix.nixosModules.sops
self.nixosModules.aurora-greeter
];
config = {