mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: massive cleanup
This commit is contained in:
parent
b4eb603338
commit
47061534c0
2 changed files with 11 additions and 3 deletions
|
|
@ -41,7 +41,6 @@ in
|
|||
daVinci
|
||||
mpv
|
||||
freetube
|
||||
discordCanary
|
||||
vesktop
|
||||
element
|
||||
signal
|
||||
|
|
@ -66,8 +65,6 @@ in
|
|||
printManager
|
||||
finamp
|
||||
lingot
|
||||
keymapp
|
||||
zen
|
||||
cyanrip
|
||||
opencloud
|
||||
;
|
||||
|
|
|
|||
11
modules/home/gui/apps/gaming/heroic/default.nix
Executable file
11
modules/home/gui/apps/gaming/heroic/default.nix
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
heroic
|
||||
;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue