feat: remove barrier

This commit is contained in:
tux
2025-10-27 21:42:57 +05:30
parent 967a163ae0
commit da3f7101c0
2 changed files with 0 additions and 8 deletions

View File

@@ -12,7 +12,6 @@
../../modules/home/ghostty
../../modules/home/desktop/rofi
../../modules/home/lan-mouse
../../modules/home/barrier
../../modules/home/firefox
../../modules/home/brave
../../modules/home/vs-code

View File

@@ -1,7 +0,0 @@
{pkgs, ...}: {
# services.barrier.client.enable = true;
home.packages = with pkgs; [
barrier
];
}