Have running also with hyprland to some extent
This commit is contained in:
@@ -92,6 +92,20 @@
|
||||
};
|
||||
};
|
||||
|
||||
# Specializations
|
||||
specialisation = {
|
||||
hyprland = {
|
||||
configuration = {
|
||||
# Override home‑manager options for this specialization
|
||||
home-manager.users.aner = { pkgs, ... }: {
|
||||
azos.suites.exwm.enable = lib.mkForce false;
|
||||
azos.suites.hyprland.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user