refactor to use common components

This commit is contained in:
RingOfStorms (Josh) 2024-05-11 12:07:42 -05:00
parent 1ec7eadcb8
commit c3644453ca
12 changed files with 62 additions and 222 deletions

View file

@ -1,4 +1,4 @@
{ lib, ylib, settings, ... }:
{ settings, ... }:
{
imports = [
(settings.usersDir + "/_common/components/home_manager/tmux/tmux.nix")