tweaked server config
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user