X-Git-Url: https://gitweb.ps.run/flake_thinkpad/blobdiff_plain/985038c0947bffc23ee6a9509911a599dd13ae62..89c4e40e6dd442e788e471acf12b7fe645be4bda:/home-ps.nix diff --git a/home-ps.nix b/home-ps.nix index f38a24f..48cfe3c 100644 --- a/home-ps.nix +++ b/home-ps.nix @@ -225,7 +225,6 @@ in }; }; extraConfig = '' - exec ${pkgs.xfce.xfce4-panel}/bin/xfce4-panel for_window [window_role="pop-up"] floating enable for_window [window_role="task_dialog"] floating enable for_window [workspace="9"] floating enable @@ -312,34 +311,6 @@ in }; }; - programs.helix = { - enable = true; - settings = { - theme = "base16_terminal"; - editor.cursor-shape = { - insert = "bar"; - normal = "block"; - select = "underline"; - }; - editor.soft-wrap = { - enable = true; - }; - editor.file-picker = { - hidden = false; - }; - keys.normal."space" = { - "space" = "goto_word"; - }; - }; - languages = { - language = [{ - name = "c"; - auto-format = true; - formatter = { command = "clang-format"; args = ["--style=microsoft"]; }; - }]; - }; - }; - home.file.".config/zls.json".text = '' { "enable_build_on_save": true, @@ -744,6 +715,7 @@ in # org.gradle.console=verbose # org.gradle.daemon.idletimeout=3600000 # ''; + ".background-image".source = wallpaper; }; # Home Manager can also manage your environment variables through