Firefox config, neovim config, tailscale, polkit, updated binds

This commit is contained in:
Jurn Wubben 2025-02-22 00:35:15 +01:00
parent 94ab316127
commit 8323681c70
14 changed files with 392 additions and 83 deletions

View file

@ -4,5 +4,6 @@
./kanata.nix
./pipewire.nix
./power.nix
./tailscale.nix
];
}

View file

@ -0,0 +1,3 @@
{
services.tailscale.enable = true;
}