Rename namespace de to desktop and dm to login

This commit is contained in:
SebastianStork 2026-03-07 18:20:11 +01:00
parent 5183f2bc39
commit e87961276a
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI
6 changed files with 12 additions and 12 deletions

View file

@ -1,20 +0,0 @@
{
config,
pkgs-unstable,
lib,
...
}:
{
options.custom.de.hyprland.enable = lib.mkEnableOption "";
config = lib.mkIf config.custom.de.hyprland.enable {
programs.hyprland = {
enable = true;
package = pkgs-unstable.hyprland;
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";
services.gvfs.enable = true;
};
}