restructure home-manager modules
This commit is contained in:
parent
69f948a677
commit
48c5929dfd
10 changed files with 71 additions and 11 deletions
|
|
@ -1,5 +1,16 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
self,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./cli.nix
|
||||
./helix.nix
|
||||
self.homeManagerModules.dotfiles
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
direnv
|
||||
hut
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue