refactor(modules/hyprland): move hyprland module to its own file
This commit is contained in:
parent
a94d600530
commit
c5aca4a755
4 changed files with 164 additions and 172 deletions
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue