mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
chore: refactored input imports
This commit is contained in:
parent
8ecdaefa43
commit
38f7ba4d91
9 changed files with 42 additions and 36 deletions
6
modules/nixos/desktop/nur/default.nix
Executable file
6
modules/nixos/desktop/nur/default.nix
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
{ flake, ... }:
|
||||
{
|
||||
imports = [
|
||||
flake.inputs.nur.modules.nixos.default
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue