mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -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
|
v4l-utils
|
||||||
|
|
||||||
# Editor
|
# Editor
|
||||||
|
nano
|
||||||
neovim
|
neovim
|
||||||
|
|
||||||
# Networking tool
|
# Networking tool
|
||||||
curl
|
iperf3
|
||||||
nexttrace
|
nexttrace
|
||||||
|
curl
|
||||||
aria2
|
aria2
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
|
||||||
@@ -69,14 +71,11 @@ in {
|
|||||||
libnotify
|
libnotify
|
||||||
libvirt
|
libvirt
|
||||||
lm_sensors
|
lm_sensors
|
||||||
|
|
||||||
|
# Dev
|
||||||
gcc
|
gcc
|
||||||
clang
|
clang
|
||||||
zig
|
zig
|
||||||
nano
|
|
||||||
bat
|
|
||||||
pamixer
|
|
||||||
iperf3
|
|
||||||
handbrake
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user