Merge branch 'main' of ssh://mizuki.guru/imnyang/nix-flakes

# Conflicts:
#	flake.lock
#	hosts/machine/mafuyu/home/packages.nix
#	modules/home/packages.nix
This commit is contained in:
암냥 2026-08-01 23:09:48 +09:00
commit eb439fe825
No known key found for this signature in database
30 changed files with 531 additions and 201 deletions

View file

@ -25,6 +25,7 @@
"${inputs.self}/modules/mizukios/features/system/graphics.nix"
"${inputs.self}/modules/mizukios/features/steam.nix"
"${inputs.self}/modules/mizukios/features/remote/ssh.nix"
"${inputs.self}/modules/mizukios/features/_1password.nix"
];
catppuccin.flavor = lib.mkForce "mocha";

View file

@ -1,5 +1,6 @@
{
config,
lib,
pkgs,
inputs,
...
@ -25,7 +26,9 @@
"${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"
"${inputs.self}/modules/home/devtool/vscode.nix"
"${inputs.self}/modules/home/devtool/ciscopackettracer.nix"
@ -35,4 +38,6 @@
./config/shell.nix
./config/plasma.nix
];
programs.btop.settings.color_theme = lib.mkForce "Mizuki Dark";
}