nix fmt; new screen

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-10-18 14:21:22 +03:00
parent 3a274432ec
commit 09830852e9
No known key found for this signature in database
6 changed files with 56 additions and 53 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 3.2 MiB

Before After
Before After

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{...}: {
gtk = {
enable = true;
};

View file

@ -1,55 +1,58 @@
{lib,config,...}: {
programs = if (config.home.gui.sessionType == "Hyprland") then {
noctalia-shell = {
enable = true;
settings = {
bar = {
density = "compact";
position = "right";
showCapsule = false;
{config, ...}: {
programs =
if (config.home.gui.sessionType == "Hyprland")
then {
noctalia-shell = {
enable = true;
settings = {
bar = {
density = "compact";
position = "right";
showCapsule = false;
widgets = {
left = [
{
id = "SidePanelToggle";
useDistroLogo = true;
}
widgets = {
left = [
{
id = "SidePanelToggle";
useDistroLogo = true;
}
{
id = "Workspace";
}
{
id = "Workspace";
}
{
id = "MediaMini";
}
];
{
id = "MediaMini";
}
];
center = [
{
formatHorizontal = "HH:mm";
formatVertical = "HH mm";
id = "Clock";
useMonospacedFont = true;
usePrimaryColor = true;
}
];
center = [
{
formatHorizontal = "HH:mm";
formatVertical = "HH mm";
id = "Clock";
useMonospacedFont = true;
usePrimaryColor = true;
}
];
right = [
{
id = "Volume";
}
right = [
{
id = "Volume";
}
{
id = "Tray";
}
{
id = "Tray";
}
{
id = "NotificationHistory";
}
];
{
id = "NotificationHistory";
}
];
};
};
};
};
};
} else {};
}
}
else {};
}

View file

@ -19,8 +19,8 @@
backupFileExtension = "force";
extraSpecialArgs = {
inherit
inputs
inherit
inputs
self
;
};

View file

@ -21,8 +21,8 @@
backupFileExtension = "force";
extraSpecialArgs = {
inherit
inputs
inherit
inputs
self
;
};

View file

@ -12,7 +12,7 @@
inputs.hyprland.homeManagerModules.default
inputs.chaotic.homeManagerModules.default
inputs.sops-nix.homeManagerModules.sops
inputs.noctalia.homeModules.default
];
};
@ -21,8 +21,8 @@
backupFileExtension = "force";
extraSpecialArgs = {
inherit
inputs
inherit
inputs
self
;
};