mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-14 12:58:49 +01:00
6 lines
71 B
Nix
6 lines
71 B
Nix
|
{ config, pkgs, lib, ... }:
|
||
|
|
||
|
{
|
||
|
programs.hstr = { enable = true; };
|
||
|
}
|