This commit is contained in:
암냥 2026-07-26 14:26:02 +09:00
commit 96507a547d
No known key found for this signature in database
5 changed files with 111 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
config,
lib,
pkgs,
inputs,
...
@ -25,6 +26,7 @@
"${inputs.self}/modules/home/devtool/neovim.nix"
"${inputs.self}/modules/home/spicetify.nix"
"${inputs.self}/modules/home/devtool/ghostty.nix"
"${inputs.self}/modules/home/devtool/btop.nix"
"${inputs.self}/modules/home/devtool/zed.nix"
"${inputs.self}/modules/home/firefox-devedition.nix"
"${inputs.self}/modules/home/discord/linux.nix"
@ -36,4 +38,6 @@
./config/shell.nix
./config/plasma.nix
];
programs.btop.settings.color_theme = lib.mkForce "Mizuki Dark";
}

View file

@ -20,6 +20,7 @@
imports = [
"${inputs.self}/modules/home/devtool/neovim.nix"
"${inputs.self}/modules/home/devtool/ghostty.nix"
"${inputs.self}/modules/home/devtool/btop.nix"
"${inputs.self}/modules/home/devtool/zed.nix"
./config/git.nix
./config/shell.nix

View file

@ -35,6 +35,7 @@
imports = [
"${inputs.self}/modules/home/devtool/neovim.nix"
"${inputs.self}/modules/home/devtool/ghostty.nix"
"${inputs.self}/modules/home/devtool/btop.nix"
"${inputs.self}/modules/home/devtool/zed.nix"
"${inputs.self}/modules/home/firefox-devedition.nix"
"${inputs.self}/modules/home/discord/linux.nix"

View file

@ -25,6 +25,7 @@
"${inputs.self}/modules/home/devtool/neovim.nix"
"${inputs.self}/modules/home/spicetify.nix"
"${inputs.self}/modules/home/devtool/ghostty.nix"
"${inputs.self}/modules/home/devtool/btop.nix"
"${inputs.self}/modules/home/devtool/zed.nix"
"${inputs.self}/modules/home/firefox-devedition.nix"
"${inputs.self}/modules/home/vicinae.nix"