+ webapp launcher, hyprland config changes

This commit is contained in:
m3tam3re
2025-08-28 20:28:10 +02:00
parent 9e44101016
commit 7a3f368aca
7 changed files with 243 additions and 486 deletions

View File

@@ -16,11 +16,7 @@ in {
#./services/librechat.nix
];
options.features.desktop.hyprland.enable =
mkEnableOption "enable Hyprland";
config = mkMerge [
# Base configuration
{
xdg = {
# TODO: better structure
@@ -69,7 +65,7 @@ in {
};
}
(mkIf cfg.enable {
(mkIf config.features.desktop.hyprland.enable {
wayland.windowManager.hyprland = {
enable = true;
settings = {

View File

@@ -15,11 +15,7 @@ in {
../features/desktop
];
options.features.desktop.hyprland.enable =
mkEnableOption "enable Hyprland";
config = mkMerge [
# Base configuration
{
xdg = {
# TODO: better structure
@@ -67,7 +63,7 @@ in {
};
}
(mkIf cfg.enable {
(mkIf config.features.desktop.hyprland.enable {
wayland.windowManager.hyprland = {
enable = true;
settings = {