🐛 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"
|
||||
|
@ -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