rearrange imports
This commit is contained in:
parent
4e86180652
commit
e272155088
19 changed files with 245 additions and 312 deletions
|
|
@ -1,8 +1,6 @@
|
|||
{user}: {
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{config, ...}: let
|
||||
user = config.user;
|
||||
in {
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = rec {
|
||||
|
|
@ -14,5 +12,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
home-manager.users.${user}.imports = [../../home/programs/hyprland.nix];
|
||||
home-manager.users.${user}.imports = [
|
||||
{
|
||||
wayland.windowManager.hyprland.enable = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue