mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
8 lines
109 B
Nix
Executable File
8 lines
109 B
Nix
Executable File
{pkgs, ...}: {
|
|
# services.barrier.client.enable = true;
|
|
|
|
home.packages = with pkgs; [
|
|
barrier
|
|
];
|
|
}
|