mv hm imports to default.nix
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hyprland.nix
|
||||
./kitty.nix
|
||||
./lf
|
||||
./webapps.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user