Fix statusbar.nix
This commit is contained in:
parent
feff5a9f1b
commit
81099d2644
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
{ pkgs, config, lib, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
(lib.mkIf (config.riley.gui) {
|
(lib.mkIf (config.riley.gui && false) {
|
||||||
home-manager.users."riley" = {
|
home-manager.users."riley" = {
|
||||||
services.polybar = {
|
services.polybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
script = "polybar bar &";
|
||||||
config = {}; # TODO
|
config = {}; # TODO
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue