🐛 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

@ -2,7 +2,6 @@
{
imports = [
./hyprpanel.nix
./hyprpaper.nix
./settings.nix
];
}

View File

@ -7,7 +7,7 @@
wayland.windowManager.hyprland.settings = {
monitor =
let
common = import ../common.nix;
common = import ../../common.nix;
in
lib.mkForce [
"${common.monitor1}, 1920x1080@60.05, 0x0, 1"

View File

@ -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
};
}