update
This commit is contained in:
10
home/dwessels/global/default.nix
Normal file
10
home/dwessels/global/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
outputs,
|
||||
...
|
||||
}: {
|
||||
|
||||
}
|
||||
@@ -1,3 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
|
||||
imports = [
|
||||
./global
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user