use x11 on vbox and add option to polybar module for fspath
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m25s

This commit is contained in:
2025-08-07 15:27:08 +02:00
parent b261195413
commit 76702ea878
3 changed files with 25 additions and 12 deletions

View File

@ -12,6 +12,8 @@
mods.x11.enable = true;
programs.firefox.enable = false;
config.mods.polybar.fspath = "/home/tomoron";
mods.sync.homeFolder = "/home/tomoron/sync";
mods.sync.defaultSynced = false;
mods.sync.syncedAdditions = [ "42_desktop" "Downloads" ];

View File

@ -1,14 +1,19 @@
{ ... }:
{
# services.picom = {
# backend = "xrender";
# settings = {
# blur = {
# method = "none";
# size = 0;
# deviation = 0.0;
# };
# };
# };
mods.game.enable = false;
mods.hyprland.enable = false;
mods.x11.enable = true;
programs.firefox.enable = false;
services.picom = {
backend = "xrender";
settings = {
blur = {
method = "none";
size = 0;
deviation = 0.0;
};
};
};
}