mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
11 lines
90 B
Nix
11 lines
90 B
Nix
|
{ config, pkgs, lib, ... }:
|
||
|
let
|
||
|
inherit (lib)
|
||
|
;
|
||
|
in
|
||
|
{
|
||
|
imports = [
|
||
|
../bash
|
||
|
];
|
||
|
}
|