oops, didn't mean to break it
This commit is contained in:
parent
6525c232cb
commit
df66b2b2f1
1 changed files with 23 additions and 0 deletions
|
|
@ -172,6 +172,29 @@ in
|
||||||
# TODO: check if this is needed
|
# TODO: check if this is needed
|
||||||
neovim.enableLanguages = true;
|
neovim.enableLanguages = true;
|
||||||
};
|
};
|
||||||
|
# my very cursed module for waybar is activated here
|
||||||
|
waybar = {
|
||||||
|
modules = {
|
||||||
|
left = [
|
||||||
|
"niri/workspaces"
|
||||||
|
"tray"
|
||||||
|
"niri/window"
|
||||||
|
];
|
||||||
|
center = [
|
||||||
|
"clock"
|
||||||
|
"custom/spotify"
|
||||||
|
];
|
||||||
|
right = [
|
||||||
|
"custom/vpn"
|
||||||
|
"wireplumber"
|
||||||
|
"network"
|
||||||
|
"cpu"
|
||||||
|
"memory"
|
||||||
|
"custom/poweroff"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
enable = lib.mkDefault enableGraphical;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user = {
|
systemd.user = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue