chore: formatting

This commit is contained in:
Ryan Yin
2024-01-07 08:57:15 +08:00
parent a45c63b744
commit 3676862097
4 changed files with 10 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
pyquery
pyyaml
## emacs's lsp-bridge dependenciesge
## emacs's lsp-bridge dependenciesge
epc
orjson
sexpdata
@@ -97,7 +97,7 @@
# -- Lisp like Languages
guile
racket-minimal
fnlfmt # fennel
fnlfmt # fennel
#-- Others
taplo # TOML language server / formatter / validator

View File

@@ -20,7 +20,7 @@
programs.wezterm =
{
enable = false; # disable
enable = false; # disable
# TODO: Fix: https://github.com/wez/wezterm/issues/4483
# package = pkgs.wezterm.override { };

View File

@@ -1,4 +1,8 @@
{lib, polybar-themes, ...}: {
{
lib,
polybar-themes,
...
}: {
# NOTE:
# We have to enable hyprland/i3's systemd user service in home-manager,
# so that gammastep/wallpaper-switcher's user service can be start correctly!
@@ -7,7 +11,7 @@
enable = true;
windowManager.i3 = {
enable = true;
config = lib.mkForce null; # ignores all home-manager's default i3 config
config = lib.mkForce null; # ignores all home-manager's default i3 config
extraConfig = builtins.readFile ../conf/i3-config;
};
# Path, relative to HOME, where Home Manager should write the X session script.

View File

@@ -83,7 +83,7 @@ in {
# homebrew need to be installed manually, see https://brew.sh
# https://github.com/LnL7/nix-darwin/blob/master/modules/homebrew.nix
homebrew = {
enable = false; # disable homebrew for fast deploy
enable = false; # disable homebrew for fast deploy
onActivation = {
autoUpdate = false;