mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
6 lines
88 B
Nix
Executable file
6 lines
88 B
Nix
Executable file
{ flake, ... }:
|
|
{
|
|
imports = [
|
|
flake.inputs.lix-module.nixosModules.default
|
|
];
|
|
}
|