mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 11:12:00 -05:00
feat:add_tsukimi&&style_envpackage
This commit is contained in:
5
home/cli/bat.nix
Normal file
5
home/cli/bat.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
];
|
||||
}
|
||||
5
home/gui/anime/handbrake.nix
Normal file
5
home/gui/anime/handbrake.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
handbrake
|
||||
];
|
||||
}
|
||||
5
home/gui/anime/tsukimi.nix
Normal file
5
home/gui/anime/tsukimi.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
tsukimi
|
||||
];
|
||||
}
|
||||
5
home/wayland/pamixer.nix
Normal file
5
home/wayland/pamixer.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
pamixer
|
||||
];
|
||||
}
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user