From 08ba31dae5b2592cd0c067972e05806eb8f2253e Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Thu, 20 Mar 2025 20:34:29 -0400 Subject: [PATCH] Use helix flake (need some more up to date) --- dot_config/flake/home/common.nix | 4 ++-- dot_config/flake/machines/wash/configuration.nix | 2 +- dot_config/flake/machines/wash/home.nix | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index 340cbeb..551dfed 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -66,12 +66,12 @@ programs.helix = { enable = true; - # package = inputs.helix.packages.${pkgs.system}.default; + package = inputs.helix.packages.${pkgs.system}.default; settings = { theme = "catppuccin_macchiato"; editor = { auto-format = false; - #gutters = ["line-numbers", "diagnostics", "diff"] + # gutters = ["line-numbers", "diagnostics", "diff"] end-of-line-diagnostics = "warning"; bufferline = "multiple"; diff --git a/dot_config/flake/machines/wash/configuration.nix b/dot_config/flake/machines/wash/configuration.nix index 57737a3..d517cac 100644 --- a/dot_config/flake/machines/wash/configuration.nix +++ b/dot_config/flake/machines/wash/configuration.nix @@ -122,7 +122,7 @@ services.avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; }; services.geoclue2 = { diff --git a/dot_config/flake/machines/wash/home.nix b/dot_config/flake/machines/wash/home.nix index ac8025f..3b30507 100644 --- a/dot_config/flake/machines/wash/home.nix +++ b/dot_config/flake/machines/wash/home.nix @@ -4,9 +4,9 @@ ../../home/common.nix ../../home/darkman.nix - - ../../home/waybar/mechabar - ../../home/sway + + # ../../home/waybar/mechabar + # ../../home/sway ../../home/home-backup.nix ../../home/gui.nix