From 355d5e94a52384c6dd39b64755bca3b8e8a76811 Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 21 May 2025 15:21:17 +0200 Subject: update to 25.05 --- modules/aerospace.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/aerospace.nix') diff --git a/modules/aerospace.nix b/modules/aerospace.nix index 34e7bf4..6c1164e 100644 --- a/modules/aerospace.nix +++ b/modules/aerospace.nix @@ -1,8 +1,8 @@ { config, pkgs, lib, ...}: { - config.aerospace.enable = lib.mkEnableOption "Enalbe aerospace and setup"; - config.enable = lib.mkIf config.aerospace.enable { + options.aerospace.enable = lib.mkEnableOption "Enalbe aerospace and setup"; + config = lib.mkIf config.aerospace.enable { programs.aerospace = { enable = true; userSettings = { -- cgit v1.3.1