Add impermanence implementation.

This commit is contained in:
jay
2025-07-06 00:23:14 -04:00
parent 565950413b
commit 2e04132dd1
6 changed files with 104 additions and 1 deletions

View File

@@ -2,12 +2,13 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, inputs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./impermanence.nix
./programs/sof-firmware.nix
# Not working yet.
#./services/fprintd.nix