broke up files/shell module
This commit is contained in:
9
modules/home-manager/files.nix
Normal file
9
modules/home-manager/files.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
flake.homeModules.files = { pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
gdu
|
||||
lf
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user