wip: modularize home-manager
This commit is contained in:
parent
8b735dd5da
commit
ac9918c759
14 changed files with 200 additions and 119 deletions
|
@ -1,3 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
./fish.nix
|
||||
./git.nix
|
||||
./tmux.nix
|
||||
./vim.nix
|
||||
./zellij.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue