🐛 Fix build errors. Moved zen styling to hosts and app to shared. Start tailscale in justfile
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
# TODO merge with shared
|
||||
home = {
|
||||
@ -7,6 +5,5 @@
|
||||
source = ./chrome;
|
||||
recursive = true;
|
||||
};
|
||||
packages = with pkgs; [ inputs.zen-browser.packages.${system}.default ]; # Beta
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user