mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56:34 +01:00
11 lines
103 B
Nix
11 lines
103 B
Nix
{ self, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./common
|
|
./direnv
|
|
./firefox
|
|
./git
|
|
./nushell
|
|
];
|
|
}
|