1

Modules/Niri: Fix noctelia config and icons

This commit is contained in:
2025-11-13 21:51:06 +01:00
parent df93b8f1f4
commit a9a7115774
4 changed files with 16 additions and 9 deletions

View File

@ -90,16 +90,13 @@ in
lazygit.enable = true; lazygit.enable = true;
mpd.enable = !headless; mpd.enable = !headless;
niri = {
enable = !headless;
};
neovim = { neovim = {
enable = true; enable = true;
alias = true; alias = true;
neovide = !headless; neovide = !headless;
}; };
niri.enable = !headless;
nnn.enable = false; # Use yazi nnn.enable = false; # Use yazi
qutebrowser.enable = !headless; qutebrowser.enable = !headless;
rmpc.enable = !headless; rmpc.enable = !headless;

View File

@ -19,6 +19,12 @@ in {
]; ];
home = { home = {
sessionVariables = {
# For Noctalia
# QS_ICON_THEME = "Papirus";
QT_QPA_PLATFORMTHEME = "gtk3";
};
packages = with pkgs; [ packages = with pkgs; [
xwayland-satellite xwayland-satellite
ncpamixer # Audio control ncpamixer # Audio control

View File

@ -195,17 +195,19 @@
} }
{ {
id = "ActiveWindow"; id = "ActiveWindow";
width = 250; # TODO: Doesn't work maxWidth = 250;
} }
]; ];
center = [ center = [
{ {
id = "MediaMini"; id = "MediaMini";
width = 250; # TODO: Doesn't work maxWidth = 250;
showAlbumArt = true;
} }
{ {
id = "AudioVisualizer"; id = "AudioVisualizer";
width = 100; # TODO: Doesn't work width = 100;
visualizerType = "mirrored";
} }
]; ];
right = [ right = [
@ -223,10 +225,10 @@
} }
{ {
id = "Tray"; id = "Tray";
drawer = false; # TODO: Doesn't work drawerEnabled = false;
} }
{ {
formatHorizontal = "yyyy:MM:dd HH:mm"; formatHorizontal = "yyyy-MM-dd HH:mm";
formatVertical = "HH mm"; formatVertical = "HH mm";
id = "Clock"; id = "Clock";
useMonospacedFont = true; useMonospacedFont = true;

View File

@ -340,6 +340,8 @@ with mylib.networking; {
enableSSHSupport = true; enableSSHSupport = true;
}; };
gpu-screen-recorder.enable = !headless;
hyprland = { hyprland = {
enable = !headless; enable = !headless;