mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
initial commit
This commit is contained in:
7
modules/home-manager/barrier/default.nix
Executable file
7
modules/home-manager/barrier/default.nix
Executable file
@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
# services.barrier.client.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
barrier
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user