Changed Desktop

This commit is contained in:
2025-09-10 11:48:22 +02:00
parent 6804d95a08
commit d099faf68a
4591 changed files with 1612898 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
let
common = import ./common.nix;
hyprland = import ./hyprland.nix;
wm = import ./wm.nix;
in
{
enable = true;
@@ -17,13 +17,14 @@ in
];
modules-center = [
"hyprland/workspaces"
"niri/workspaces"
];
modules-right = [
"group/hardware"
];
}
// common.widgets
// hyprland.widgets;
// wm.widgets;
secondBar =
{
@@ -32,11 +33,14 @@ in
height = 30;
output = [ "HDMI-A-2" ];
modules-left = [ "group/media" ];
modules-center = [ "hyprland/workspaces" ];
modules-center = [
"hyprland/workspaces"
"niri/workspaces"
];
modules-right = [ "custom/weather" ];
}
// common.widgets
// hyprland.widgets;
// wm.widgets;
};
}