Add hardware

This commit is contained in:
muon 2024-06-07 00:28:25 +00:00
parent 7da8f05b24
commit 2aa91c36d7
4 changed files with 23 additions and 1 deletions

View file

@ -2,6 +2,11 @@
options.mods.terminal.tools.enable = lib.mkEnableOption "enables cli tools";
config = lib.mkIf config.mods.terminal.tools.enable {
programs.nh = {
enable = true;
flake = config.xdg.configFile."home";
};
home.packages = with pkgs; [
# libraries
glow