mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added proton client
This commit is contained in:
parent
fb113fd8c7
commit
d92743dad4
3 changed files with 13 additions and 0 deletions
0
modules/home/cli/utilities/tshark/default.nix
Normal file → Executable file
0
modules/home/cli/utilities/tshark/default.nix
Normal file → Executable file
|
|
@ -57,6 +57,7 @@ in
|
|||
opencloud
|
||||
printManager
|
||||
prismLauncher
|
||||
proton
|
||||
puddleTag
|
||||
scrcpy
|
||||
sharing
|
||||
|
|
@ -103,6 +104,7 @@ in
|
|||
okular
|
||||
printManager
|
||||
prismLauncher
|
||||
proton
|
||||
scrcpy
|
||||
sharing
|
||||
signal
|
||||
|
|
|
|||
11
modules/home/gui/apps/tools/proton/default.nix
Executable file
11
modules/home/gui/apps/tools/proton/default.nix
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
protonvpn-gui
|
||||
;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue