🐛 Fix build errors. Moved zen styling to hosts and app to shared. Start tailscale in justfile
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
{
|
||||
imports = [
|
||||
./hyprpanel.nix
|
||||
./hyprpaper.nix
|
||||
./settings.nix
|
||||
];
|
||||
}
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user