kekl
This commit is contained in:
@ -112,7 +112,6 @@
|
|||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
feh
|
feh
|
||||||
polybar
|
|
||||||
|
|
||||||
# cli
|
# cli
|
||||||
neofetch
|
neofetch
|
||||||
|
6
modules/nix/bspwm/eww.nix
Normal file
6
modules/nix/bspwm/eww.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
programs.eww = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
@ -3,7 +3,6 @@
|
|||||||
services = {
|
services = {
|
||||||
polybar = {
|
polybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user