wip: modularize home-manager

This commit is contained in:
xinyangli 2023-12-17 13:59:09 +08:00
parent 8b735dd5da
commit ac9918c759
14 changed files with 200 additions and 119 deletions

View file

@ -1,3 +1,10 @@
{ config, pkgs, ... }:
{
imports = [
./fish.nix
./git.nix
./tmux.nix
./vim.nix
./zellij.nix
];
}