some reorganizing
This commit is contained in:
parent
df9e8ae8bf
commit
113e015135
182 changed files with 443 additions and 449 deletions
3
home/profiles/programs/misc/blender.nix
Normal file
3
home/profiles/programs/misc/blender.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [blender];
|
||||
}
|
9
home/profiles/programs/misc/discord.nix
Normal file
9
home/profiles/programs/misc/discord.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
vesktop
|
||||
(discord.override {
|
||||
withOpenASAR = true;
|
||||
})
|
||||
];
|
||||
services.arrpc.enable = true; # RPC with vesktop (has issues with cpu usage sometimes ime)
|
||||
}
|
3
home/profiles/programs/misc/element.nix
Normal file
3
home/profiles/programs/misc/element.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [element-desktop];
|
||||
}
|
5
home/profiles/programs/misc/foliate.nix
Normal file
5
home/profiles/programs/misc/foliate.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
foliate
|
||||
];
|
||||
}
|
3
home/profiles/programs/misc/keepassxc.nix
Normal file
3
home/profiles/programs/misc/keepassxc.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.keepassxc];
|
||||
}
|
3
home/profiles/programs/misc/krita.nix
Normal file
3
home/profiles/programs/misc/krita.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.krita];
|
||||
}
|
3
home/profiles/programs/misc/libreoffice.nix
Normal file
3
home/profiles/programs/misc/libreoffice.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [libreoffice-qt6];
|
||||
}
|
10
home/profiles/programs/misc/obs.nix
Normal file
10
home/profiles/programs/misc/obs.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-vaapi
|
||||
wlrobs
|
||||
obs-vkcapture
|
||||
];
|
||||
};
|
||||
}
|
3
home/profiles/programs/misc/obsidian.nix
Normal file
3
home/profiles/programs/misc/obsidian.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [obsidian];
|
||||
}
|
5
home/profiles/programs/misc/pwvucontrol.nix
Normal file
5
home/profiles/programs/misc/pwvucontrol.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
pwvucontrol
|
||||
];
|
||||
}
|
5
home/profiles/programs/misc/qpwgraph.nix
Normal file
5
home/profiles/programs/misc/qpwgraph.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
qpwgraph
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue