tweaked server config

This commit is contained in:
pagedMov
2024-11-26 12:54:02 -05:00
parent 56d6a79d51
commit 235f7a208e
10 changed files with 134 additions and 126 deletions

View File

@@ -61,7 +61,7 @@
hostname = {
ssh_symbol = "🌐";
ssh_only = false;
format = "[@](bold blue)[$hostname](bold red) [via $ssh_symbol]";
format = "[@](bold blue)[$hostname $ssh_symbol](bold red)";
};
nix_shell = {

View File

@@ -1,8 +1,9 @@
{ lib, self, config, pkgs, ... }:
{ lib, self, config, host, pkgs, ... }:
let
scheme = "tokyo-night-dark";
wallpaper = "${self}/assets/wallpapers/dark-waves.jpg";
server = (host == "xenon");
in {
options = {
movOpts.envConfig.stylixHomeConfig.enable =
@@ -15,7 +16,7 @@ in {
image = wallpaper;
polarity = "dark";
autoEnable = true;
opacity.terminal = 0.5;
opacity.terminal = if !server then 0.5 else null;
targets = {
waybar.enable = false;
btop.enable = false;