Modules/Niri: Fix noctelia config and icons
This commit is contained in:
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -340,6 +340,8 @@ with mylib.networking; {
|
|||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gpu-screen-recorder.enable = !headless;
|
||||||
|
|
||||||
hyprland = {
|
hyprland = {
|
||||||
enable = !headless;
|
enable = !headless;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user