+ webapp launcher, hyprland config changes
This commit is contained in:
@@ -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 = {
|
||||
|
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user