🐛 Fix build errors. Moved zen styling to hosts and app to shared. Start tailscale in justfile

This commit is contained in:
2025-04-15 18:22:06 +02:00
parent 4a884f5e6e
commit 57d4f949aa
8 changed files with 6 additions and 297 deletions

View File

@ -1,12 +1,5 @@
{ pkgs, inputs, ... }:
{
# TODO programatically get default name
home = {
file.".zen/audtxq7n.default/chrome" = {
source = ./chrome;
recursive = true;
};
packages = with pkgs; [ inputs.zen-browser.packages.${system}.default ]; # Beta
};
home.packages = with pkgs; [ inputs.zen-browser.packages.${system}.default ]; # Beta
}