mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 19:22: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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user