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