Compare commits

..

No commits in common. "8e49eb2203d7c28b99a366605be55e86ce7900e6" and "48e6ab8c0b6703b8139e91feb3871feb01951dd3" have entirely different histories.

3 changed files with 1 additions and 22 deletions

View file

@ -64,7 +64,6 @@ in
starship = enabled;
systemctl = enabled;
tmux = enabled;
vesktop = enabled;
wezterm = enabled;
wget = enabled;
zathura = enabled;

View file

@ -1,20 +0,0 @@
{
lib,
config,
pkgs,
...
}:
let
inherit (lib) mkEnableOption mkIf;
cfg = config.marleyos.programs.vesktop;
in
{
options.marleyos.programs.vesktop.enable = mkEnableOption "vesktop";
config = mkIf cfg.enable {
home.packages = with pkgs; [
vesktop
];
};
}

View file

@ -118,7 +118,7 @@ in
"bar/tray" = {
"inherit" = "bar/main";
modules.right = "tray sep filesystem sep cpu memory pulseaudio network date sep sysmenu";
modules.right = "tray filesystem sep cpu memory pulseaudio network date sep sysmenu";
};
# Modules - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -