rearrange directory structure
This commit is contained in:
parent
2fe0f94a23
commit
67cb4995f9
33 changed files with 213 additions and 219 deletions
18
nixos/programs/hyprland.nix
Normal file
18
nixos/programs/hyprland.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{user}: {
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = rec {
|
||||
hypr_session = {
|
||||
command = "Hyprland";
|
||||
user = user;
|
||||
};
|
||||
default_session = hypr_session;
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users.${user}.imports = [../../home/programs/hyprland.nix];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue