diff --git a/user-modules/terminal/default.nix b/user-modules/terminal/default.nix index 124f466..f6c1aef 100644 --- a/user-modules/terminal/default.nix +++ b/user-modules/terminal/default.nix @@ -9,6 +9,9 @@ with lib; { options.default.terminal = mkOption { type = types.str; + # TODO: Make sure everything works even without a default value here + # Maybe make sure most gui applications do not exist in the default specialisation + default = "foot"; description = "Default terminal application"; }; }