dotfiles/home-manager/modules/profiles/server.nix

11 lines
90 B
Nix
Raw Normal View History

{ config, pkgs, lib, ... }:
let
inherit (lib)
;
in
{
imports = [
../bash
];
}