mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #13418 from puffnfresh/bug/openbox-typo
openbox: fix copy/paste typo in config
This commit is contained in:
commit
2737365741
@ -8,7 +8,7 @@ in
|
||||
|
||||
{
|
||||
options = {
|
||||
services.xserver.windowManager.openbox.enable = mkEnableOption "oroborus";
|
||||
services.xserver.windowManager.openbox.enable = mkEnableOption "openbox";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
Loading…
Reference in New Issue
Block a user