mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
chore: formatting
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
pyquery
|
pyquery
|
||||||
pyyaml
|
pyyaml
|
||||||
|
|
||||||
## emacs's lsp-bridge dependenciesge
|
## emacs's lsp-bridge dependenciesge
|
||||||
epc
|
epc
|
||||||
orjson
|
orjson
|
||||||
sexpdata
|
sexpdata
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
# -- Lisp like Languages
|
# -- Lisp like Languages
|
||||||
guile
|
guile
|
||||||
racket-minimal
|
racket-minimal
|
||||||
fnlfmt # fennel
|
fnlfmt # fennel
|
||||||
|
|
||||||
#-- Others
|
#-- Others
|
||||||
taplo # TOML language server / formatter / validator
|
taplo # TOML language server / formatter / validator
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
programs.wezterm =
|
programs.wezterm =
|
||||||
{
|
{
|
||||||
enable = false; # disable
|
enable = false; # disable
|
||||||
|
|
||||||
# TODO: Fix: https://github.com/wez/wezterm/issues/4483
|
# TODO: Fix: https://github.com/wez/wezterm/issues/4483
|
||||||
# package = pkgs.wezterm.override { };
|
# package = pkgs.wezterm.override { };
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
{lib, polybar-themes, ...}: {
|
{
|
||||||
|
lib,
|
||||||
|
polybar-themes,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
# NOTE:
|
# NOTE:
|
||||||
# We have to enable hyprland/i3's systemd user service in home-manager,
|
# 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!
|
# so that gammastep/wallpaper-switcher's user service can be start correctly!
|
||||||
@@ -7,7 +11,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
windowManager.i3 = {
|
windowManager.i3 = {
|
||||||
enable = true;
|
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;
|
extraConfig = builtins.readFile ../conf/i3-config;
|
||||||
};
|
};
|
||||||
# Path, relative to HOME, where Home Manager should write the X session script.
|
# Path, relative to HOME, where Home Manager should write the X session script.
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ in {
|
|||||||
# homebrew need to be installed manually, see https://brew.sh
|
# homebrew need to be installed manually, see https://brew.sh
|
||||||
# https://github.com/LnL7/nix-darwin/blob/master/modules/homebrew.nix
|
# https://github.com/LnL7/nix-darwin/blob/master/modules/homebrew.nix
|
||||||
homebrew = {
|
homebrew = {
|
||||||
enable = false; # disable homebrew for fast deploy
|
enable = false; # disable homebrew for fast deploy
|
||||||
|
|
||||||
onActivation = {
|
onActivation = {
|
||||||
autoUpdate = false;
|
autoUpdate = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user