Add rustdesk.nix
This commit is contained in:
parent
145703d75f
commit
160367723d
1 changed files with 9 additions and 0 deletions
9
modules/home-manager/rustdesk.nix
Normal file
9
modules/home-manager/rustdesk.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
rustdesk
|
||||
];
|
||||
|
||||
home.file.".config/rustdesk/RustDesk2.toml".source = ./rustdesk/RustDesk2.toml;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue