feat:add_tsukimi&&style_envpackage

This commit is contained in:
dichgrem
2025-08-26 14:36:31 +08:00
parent 42e561df6c
commit 72609b2135
5 changed files with 25 additions and 6 deletions

5
home/cli/bat.nix Normal file
View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
bat
];
}

View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
handbrake
];
}

View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
tsukimi
];
}

5
home/wayland/pamixer.nix Normal file
View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
pamixer
];
}

View File

@@ -47,11 +47,13 @@ in {
v4l-utils
# Editor
nano
neovim
# Networking tool
curl
iperf3
nexttrace
curl
aria2
yt-dlp
@@ -69,14 +71,11 @@ in {
libnotify
libvirt
lm_sensors
# Dev
gcc
clang
zig
nano
bat
pamixer
iperf3
handbrake
];
};