mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 18:43:27 -05:00
utilities?
This commit is contained in:
parent
840df0bf0b
commit
4f4a9ea1ea
3 changed files with 37 additions and 1 deletions
6
modules/common/utilities/default.nix
Normal file
6
modules/common/utilities/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue