mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 16:04:25 +01:00
519d7b3841
Signed-off-by: Magic_RB <magic_rb@redalder.org>
11 lines
90 B
Nix
11 lines
90 B
Nix
{ config, pkgs, lib, ... }:
|
|
let
|
|
inherit (lib)
|
|
;
|
|
in
|
|
{
|
|
imports = [
|
|
../bash
|
|
];
|
|
}
|