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, ... }:
|
||||
|
||||
(lib.mkIf (config.riley.gui) {
|
||||
(lib.mkIf (config.riley.gui && false) {
|
||||
home-manager.users."riley" = {
|
||||
services.polybar = {
|
||||
enable = true;
|
||||
script = "polybar bar &";
|
||||
config = {}; # TODO
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue