From df031ad540fe2baad549d5e37930ab49f9f221e0 Mon Sep 17 00:00:00 2001 From: brustybee Date: Tue, 10 Mar 2026 01:18:05 +0530 Subject: find flake in .config & lil cleanup --- common/modules/terminal/default.nix | 6 +----- hosts/common.nix | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/common/modules/terminal/default.nix b/common/modules/terminal/default.nix index fea6bc7..8561025 100644 --- a/common/modules/terminal/default.nix +++ b/common/modules/terminal/default.nix @@ -43,11 +43,7 @@ with lib; default = 13.0; }; - bright_color_is_bold = mkOption { - type = types.bool; - default = false; - description = "Force bold text"; - }; + bright_color_is_bold = mkEnableOption "bright colors in bold font"; ligatures = mkEnableOption "Only supported by ghostty"; }; diff --git a/hosts/common.nix b/hosts/common.nix index 53e0226..3028f6d 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -24,7 +24,7 @@ enable = true; clean.enable = true; clean.extraArgs = "--keep-since 4d --keep 2"; - flake = "/home/${user}/beeSystems"; + flake = "/home/${user}/.config/beeSystems"; }; boot.loader = { -- cgit v1.3.1