refactor(modules/hyprland): move hyprland module to its own file

This commit is contained in:
Mohammad Rafiq 2025-05-14 13:50:25 +08:00
parent a94d600530
commit c5aca4a755
No known key found for this signature in database
4 changed files with 164 additions and 172 deletions

View file

@ -8,6 +8,11 @@ let
username = config.nixosModules.mainUser;
in
{
imports = [
./hyprland.nix
./editor.nix
];
config = lib.mkMerge [
{
home-manager.users."${username}".home.packages = with pkgs; [